Skip to content

Commit

Permalink
chore(release): 0.4.7 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Jan 24, 2025
1 parent 97eae3e commit 3ef26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: tag current package version and push
if: steps.check_commit.outputs.is_release == 'true'
run: |
git tag -a v${{ steps.check_commit.outputs.version }} -m "v${{ steps.check_commit.outputs.version }}"
git tag v${{ steps.check_commit.outputs.version }}
git push --tags
bun install --frozen-lockfile
bun run package
Expand Down

0 comments on commit 3ef26f7

Please sign in to comment.