Skip to content

Commit

Permalink
Merge pull request #59 from theBeginner86/thebeginner86/chore/release-1
Browse files Browse the repository at this point in the history
[chore] fix file path
  • Loading branch information
leecalcote authored Nov 10, 2024
2 parents 81aba87 + 747ecf5 commit a232f4e
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 github/.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 a232f4e

Please sign in to comment.