We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51aadd6 commit 0f83da6Copy full SHA for 0f83da6
.github/workflows/release.yml
@@ -98,10 +98,10 @@ jobs:
98
99
# GoReleaser will take care of publishing those artifacts into the release
100
- name: Run GoReleaser
101
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
102
with:
103
version: latest
104
- args: release --rm-dist
+ args: release --clean
105
env:
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107
TAG: ${{ steps.vars.outputs.version_tag }}
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
before:
4
hooks:
5
# The build is done in this particular way to build xcaddy in a designated directory named in .gitignore.
0 commit comments