Skip to content

Commit

Permalink
fix: missing double quotes on the command
Browse files Browse the repository at this point in the history
  • Loading branch information
grinish21 committed Sep 7, 2022
1 parent ead721c commit 71e6389
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 @@ -20,7 +20,7 @@ jobs:
- name: Get version for next release
id: getversion
run: |
echo "::set-output name=earlybird_next_version::$(npx -p @semantic-release/changelog -p @semantic-release/git -p [email protected] semantic-release --no-ci --dry-run"
echo "::set-output name=earlybird_next_version::$(npx -p @semantic-release/changelog -p @semantic-release/git -p [email protected] semantic-release --no-ci --dry-run)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print earlybird next version
Expand Down

0 comments on commit 71e6389

Please sign in to comment.