Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Feb 16, 2025
1 parent ef511e7 commit 0d8ab0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
- name: Check release config
uses: goreleaser/goreleaser-action@v6
with:
version: v${{ env.GORELEASER_VERSION }}
version: ${{ env.GORELEASER_VERSION }}
args: check --config build/package/.goreleaser.yaml

- name: Create snapshot release
uses: goreleaser/goreleaser-action@v6
with:
version: v${{ env.GORELEASER_VERSION }}
version: ${{ env.GORELEASER_VERSION }}
args: release --config build/package/.goreleaser.yaml --snapshot --skip=publish --clean

- name: Container structure test (distroless)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
version: v${{ env.GORELEASER_VERSION }}
version: ${{ env.GORELEASER_VERSION }}
args: release --config build/package/.goreleaser.yaml --release-notes=${{ runner.temp }}/RELEASE_NOTES.md

0 comments on commit 0d8ab0e

Please sign in to comment.