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 eec1f47 commit f07f066
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 @@ -40,7 +40,7 @@ jobs:
id: bump-version
run: |
pnpm version ${{ github.event.inputs.version }} || true
version=$(jq -r '.version' apps/nt-stylesheet/package.json)
version=$(jq -r '.version' ./package.json)
echo "Bumped version: $version"
echo "new_version=$version" >> $GITHUB_ENV
working-directory: apps/nt-stylesheet
Expand Down

0 comments on commit f07f066

Please sign in to comment.