Skip to content

Commit

Permalink
goreleaser: Give up on parallelism, docker on forgejo
Browse files Browse the repository at this point in the history
Now it should just work (tm)

Signed-off-by: Sam Therapy <[email protected]>
  • Loading branch information
SamTherapy committed Oct 15, 2024
1 parent 2edda0f commit 03e3338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .forgejo/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean -p 4 --skip snapcraft
args: release --clean -p 1 --skip docker,snapcraft
env:
GORELEASER_FORCE_TOKEN: gitea
GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
Expand Down

0 comments on commit 03e3338

Please sign in to comment.