Skip to content

Commit

Permalink
Quote envvar to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya authored and emilio committed Feb 26, 2024
1 parent dc188b0 commit 6b7c2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
id: tagName
run: |
VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
# Steps to extract the last release notes from CHANGES:
# 1. Remove the first three lines
# 2. Stop at the next heading level
Expand Down

0 comments on commit 6b7c2e1

Please sign in to comment.