We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f5aed commit 981b787Copy full SHA for 981b787
1 file changed
.gitea/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: https://gitea.obmondo.com/Obmondo/goreleaser-action@v6.4.0
27
with:
28
version: "v2.12.7"
29
- args: release --clean --skip=archive -f .goreleaser-gitea.yaml
+ args: release --clean -f .goreleaser-gitea.yaml
30
env:
31
GITEA_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
32
- name: Upload to repo servers
0 commit comments