Skip to content

Commit

Permalink
Update version variable in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra790 committed Dec 12, 2023
1 parent 04fdb9a commit 0277e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: save new version
run: |
echo "version=$(cat package.json | jq -r '.version')" >> "$GITHUB_ENV"
echo "version=$version"
echo "version=${env.version}"
- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 0277e0c

Please sign in to comment.