Skip to content

Commit

Permalink
fix: tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fad3t committed Oct 2, 2024
1 parent 7dab628 commit 4c71c40
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: check out code
uses: actions/checkout@v4

- name: Get image tag
id: tag
run: |
tag=${GITHUB_REF##*/}
echo tag=$tag >> $GITHUB_OUTPUT
- name: check out code
uses: actions/checkout@v4
with:
ref: ${{ steps.tag.outputs.tag }}

- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4c71c40

Please sign in to comment.