Skip to content

Commit

Permalink
Quote envvar to match documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Arun <[email protected]>
  • Loading branch information
arunsathiya committed Mar 13, 2024
1 parent d3ff2f4 commit 6689679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monthly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
semantic-release version
echo "version=$(semantic-release print-version --current)" >> $GITHUB_OUTPUT
echo "version=$(semantic-release print-version --current)" >> "$GITHUB_OUTPUT"
semantic-release changelog > './CHANGELOG.md'
- name: Create release pull request
uses: peter-evans/create-pull-request@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: vers
run: |
pip install python-semantic-release
echo "version=$(semantic-release print-version --current)" >> $GITHUB_OUTPUT
echo "version=$(semantic-release print-version --current)" >> "$GITHUB_OUTPUT"
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6689679

Please sign in to comment.