Skip to content

Commit

Permalink
chore: dont release on single stage
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Aug 28, 2023
1 parent b84f812 commit e7b6325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean -f .goreleaser.${{ matrix.name }}.yml
args: build --clean -f .goreleaser.${{ matrix.name }}.yml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean --snapshot -f .goreleaser.${{ matrix.name }}.yml
args: build --clean --snapshot -f .goreleaser.${{ matrix.name }}.yml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --snapshot -f .goreleaser.multi.yml
args: build --snapshot -f .goreleaser.multi.yml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e7b6325

Please sign in to comment.