Skip to content

Commit

Permalink
fix(ci): missing quoting the echo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 25, 2023
1 parent cb4c8fb commit 69c4017
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 @@ -46,7 +46,7 @@ jobs:
if: ${{ github.event.inputs.dry-run == 'false' }}
run: |
echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
echo "NPM_PACKAGE=$(jq -r '.name' package.json) >> $GITHUB_ENV
echo "NPM_PACKAGE=$(jq -r '.name' package.json)" >> $GITHUB_ENV
- name: Create 'stack_release' dist-tag
if: ${{ github.event.inputs.dry-run == 'false' && github.event.inputs.is-stack-release == 'true' }}
Expand Down

0 comments on commit 69c4017

Please sign in to comment.