Skip to content

Commit

Permalink
Release current goreleaser tag (#1464)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
  • Loading branch information
alemorcuq committed Feb 15, 2024
1 parent eb5e45a commit c4985c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
env:
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}

- name: Checkout version
run: git checkout "$GORELEASER_CURRENT_TAG"

# Build & Release binaries
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.1.0
Expand Down

0 comments on commit c4985c0

Please sign in to comment.