Skip to content

Commit

Permalink
Checkout repo first before running goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Mar 18, 2024
1 parent 623b734 commit 7a00e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set environment variables from .env
uses: xom9ikk/[email protected]
- name: Set up Go
Expand All @@ -20,8 +22,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Install cosign
uses: sigstore/cosign-installer@v3
- name: Checkout
uses: actions/checkout@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 7a00e94

Please sign in to comment.