Skip to content

Commit c1d711a

Browse files
committed
change versioning
1 parent 5e24043 commit c1d711a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
git config --local user.name 'github-actions[bot]'
3232
3333
- 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 }}"
34+
run: npm version ${{ github.event.release.tag_name }}
3835

3936
- name: Build
4037
run: bun run build

0 commit comments

Comments
 (0)