Skip to content

Commit

Permalink
chore(cli): update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuxu committed Feb 20, 2024
1 parent 20ae208 commit 9413de7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish Package to npmjs
on:
release:
types: [created]
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Create Release
name: Create github Release

jobs:
build:
Expand Down

0 comments on commit 9413de7

Please sign in to comment.