Skip to content

Commit

Permalink
Merge pull request #25 from intelops/Jeremy4040-patch-1
Browse files Browse the repository at this point in the history
Update cli_release.yaml
  • Loading branch information
jeremy4040 committed Jun 7, 2023
2 parents 5c53f51 + 69a056a commit bcf41bd
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_REF"
env:
GITHUB_REF: ${{ github.ref }}

Expand Down

0 comments on commit bcf41bd

Please sign in to comment.