Skip to content

Commit

Permalink
fix: fail bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 6, 2025
1 parent 6b03236 commit 59955ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-publish-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config user.email '[email protected]'
- name: bump version
run: npm version ${{ github.event.inputs.version }}
run: pnpm version ${{ github.event.inputs.version }}
working-directory: apps/nt-stylesheet

- name: Push latest version
Expand Down

0 comments on commit 59955ec

Please sign in to comment.