Skip to content

Commit

Permalink
change versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Sep 27, 2023
1 parent 5e24043 commit c1d711a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
git config --local user.name 'github-actions[bot]'
- name: Bump version to ${{ github.event.release.tag_name }}
run: |
npm version ${{ github.event.release.tag_name }}
git add .
git commit -m "${{ github.event.release.tag_name }}"
run: npm version ${{ github.event.release.tag_name }}

- name: Build
run: bun run build
Expand Down

0 comments on commit c1d711a

Please sign in to comment.