Skip to content

Commit

Permalink
adding nightly support to master release
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab committed Aug 13, 2024
1 parent ee131f0 commit dbbb31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
distribution: goreleaser-pro
version: ~> v2
args: release --clean --skip publish --config ./.github/goreleaser.yaml
args: release --clean --nightly --skip publish --config ./.github/goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Expand Down

0 comments on commit dbbb31e

Please sign in to comment.