Skip to content

Commit

Permalink
GITHUB_HEAD_REF added
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Sep 29, 2023
1 parent f88ed90 commit bd94513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/retag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Create variables
id: vars
run: |
echo "tag=$(echo '${{ github.ref_name }}' | sed -nE 's/.*([0-9]+\.[0-9]+\.[0-9]+).*/\1/p')" >> $GITHUB_OUTPUT
echo "tag=$(echo $GITHUB_HEAD_REF | sed -nE 's/.*([0-9]+\.[0-9]+\.[0-9]+).*/\1/p')" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit bd94513

Please sign in to comment.