Skip to content

Commit

Permalink
feat: get version when bump if fail
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 7, 2025
1 parent 03c19b6 commit eec1f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: bump version
id: bump-version
run: |
pnpm version ${{ github.event.inputs.version }}
pnpm version ${{ github.event.inputs.version }} || true
version=$(jq -r '.version' apps/nt-stylesheet/package.json)
echo "Bumped version: $version"
echo "new_version=$version" >> $GITHUB_ENV
Expand Down

0 comments on commit eec1f47

Please sign in to comment.