We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e24043 commit c1d711aCopy full SHA for c1d711a
.github/workflows/publish.yml
@@ -31,10 +31,7 @@ jobs:
31
git config --local user.name 'github-actions[bot]'
32
33
- name: Bump version to ${{ github.event.release.tag_name }}
34
- run: |
35
- npm version ${{ github.event.release.tag_name }}
36
- git add .
37
- git commit -m "${{ github.event.release.tag_name }}"
+ run: npm version ${{ github.event.release.tag_name }}
38
39
- name: Build
40
run: bun run build
0 commit comments