Skip to content

Commit

Permalink
fix set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoseangel committed Dec 24, 2022
1 parent 32c25e0 commit 0854da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get current tag
id: currenttag
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
run: echo "tag=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"

- name: Create Release
id: create_release
Expand Down

0 comments on commit 0854da6

Please sign in to comment.