We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8906d9 commit 0c11576Copy full SHA for 0c11576
.github/workflows/test-workflow.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
version=""
20
if [[ "${{ github.event_name }}" == "push" ]]; then
21
- version="$GITHUB_REF_NAME"
+ version="${{ github.ref_name }}"
22
echo "Version: $version"
23
echo "Ref_name: ${{ github.ref_name }}"
24
else
0 commit comments