Skip to content

Commit 0c11576

Browse files
authored
Update test-workflow.yaml
1 parent a8906d9 commit 0c11576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
version=""
2020
if [[ "${{ github.event_name }}" == "push" ]]; then
21-
version="$GITHUB_REF_NAME"
21+
version="${{ github.ref_name }}"
2222
echo "Version: $version"
2323
echo "Ref_name: ${{ github.ref_name }}"
2424
else

0 commit comments

Comments
 (0)