Skip to content

Commit

Permalink
Update cli_release.yaml
Browse files Browse the repository at this point in the history
Changed deprecated set output command in previous commit and gave double quotes to env value (GITHUB_TAG) in this commit
  • Loading branch information
jeremy4040 committed Jun 7, 2023
1 parent 565432f commit 9856110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get release name from tag
id: release
run: echo "name=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_TAG
run: echo "name=$(echo ${GITHUB_REF#refs/tags/})" >> "$GITHUB_TAG"
env:
GITHUB_REF: ${{ github.ref }}

Expand Down

0 comments on commit 9856110

Please sign in to comment.