Skip to content

Commit 9d3e7a3

Browse files
committed
disable publish in goreleaser and use action-gh-release instead
1 parent c22c291 commit 9d3e7a3

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@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.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)