Skip to content

Commit

Permalink
Merge pull request #58 from theBeginner86/thebeginner86/chore/release
Browse files Browse the repository at this point in the history
[chore] Fix file path for goreleaser
  • Loading branch information
leecalcote authored Nov 10, 2024
2 parents 3018730 + 1919b65 commit 81aba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-snapshot-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: 2 # Use latest GoReleaser action version
args: release --clean --skip validate -f goreleaser.yml # Corrected filename to root
args: release --clean --skip validate -f github/.goreleaser.yml # Corrected filename to root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_CHANNEL: "stable"
Expand Down

0 comments on commit 81aba87

Please sign in to comment.