Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Nov 10, 2024
1 parent 1919b65 commit 747ecf5
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 747ecf5

Please sign in to comment.