Skip to content

Commit

Permalink
fix(github-action): extra double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 23, 2024
1 parent 29c08f4 commit 9056191
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 @@ -67,7 +67,7 @@ jobs:
echo "::notice::The result for creating tag is $CREATE_TAG."
echo "version=${{ env.VERSION }}" >> "$GITHUB_OUTPUT"
echo "enabled=${CREATE_TAG}"" >> "$GITHUB_OUTPUT"
echo "enabled=${CREATE_TAG}" >> "$GITHUB_OUTPUT"
echo "tag=lambda-v${{ env.VERSION }}" >> "$GITHUB_OUTPUT"
- name: Create tag
Expand Down

0 comments on commit 9056191

Please sign in to comment.