Skip to content

Commit

Permalink
chore: Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Feb 18, 2024
1 parent 2d4b370 commit 5ba2808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
needs: [setup, build, publish-docker-image]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ needs.setup.outputs.TAG_NAME }}
- name: Download artifacts
uses: actions/download-artifact@v4

Expand Down

0 comments on commit 5ba2808

Please sign in to comment.