Skip to content

Commit 35835e7

Browse files
committed
disable publish in goreleaser and use action-gh-release instead
1 parent 3e529f0 commit 35835e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
4747
with:
4848
version: "~> v2"
49-
args: build --clean
49+
args: release --clean
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
GORELEASER_CURRENT_TAG: ${{ env.GORELEASER_CURRENT_TAG }}

0 commit comments

Comments
 (0)