Skip to content

Commit

Permalink
Update refs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 21, 2022
1 parent 8dc5043 commit 265a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: new tag release ref
env:
RELEASE_TAG: "$github.ref_name"
RELEASE_TAG: "${{ github.ref_name }}"
if: github.ref_type == 'tag'
run: echo "tag is $RELEASE_TAG"

0 comments on commit 265a923

Please sign in to comment.