Skip to content

Commit

Permalink
Trying to fix substitution error
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram-venkitesh committed Dec 27, 2023
1 parent 9f7808d commit c43f8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openvex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set tag name
shell: bash
run: |
echo "TAG=${ github.ref_name }" >> "$GITHUB_ENV"
echo "TAG=${{ github.ref_name }}" >> "$GITHUB_ENV"
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
Expand Down

0 comments on commit c43f8b1

Please sign in to comment.