Skip to content

Commit

Permalink
Added step to set tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram-venkitesh committed Dec 27, 2023
1 parent d6e8e2b commit 3f8cdc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openvex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Set tag name
shell: bash
run: |
TAG=${{ github.event.inputs.tag }}
echo "TAG=$TAG" >> "$GITHUB_ENV"
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
Expand Down

0 comments on commit 3f8cdc2

Please sign in to comment.