Skip to content

Commit

Permalink
ci: try to fix release process
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Oct 4, 2024
1 parent 2052dfc commit 12ebf97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- "v*"
permissions:
contents: write
env:
GO_VERSION: "1.22"
jobs:
Expand All @@ -25,7 +27,7 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v6
with:
version: v1.0.0
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.QC_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 12ebf97

Please sign in to comment.