Skip to content

Commit

Permalink
chore: add nightly flag for master releases (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos authored May 28, 2024
1 parent ce7ba72 commit f1af1c4
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: v1.26.2-pro
args: release --clean --config ./.github/goreleaser-master.yaml
args: release --clean --nightly --config ./.github/goreleaser-master.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit f1af1c4

Please sign in to comment.