Skip to content

Commit

Permalink
fix: enable publish but disable pushing release to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Sep 19, 2024
1 parent a3e0fd1 commit 2e28bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --skip=publish
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2

release:
disable: true

builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 2e28bd4

Please sign in to comment.