Skip to content

Commit

Permalink
.goreleaser: rename nightly config
Browse files Browse the repository at this point in the history
nightly.goreleaser.yml => .goreleaser.nightly.yml
This change is intended to make it more difficult
to forget to update nightly config when making any
changes to the primary goreleaser config.
  • Loading branch information
jzelinskie committed Apr 24, 2024
1 parent 9b2d0c9 commit 151101a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
distribution: "goreleaser-pro"
version: "latest"
args: "release -f nightly.goreleaser.yml --clean --nightly"
args: "release -f .goreleaser.nightly.yml --clean --nightly"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
File renamed without changes.

0 comments on commit 151101a

Please sign in to comment.