Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
winjeg authored Mar 29, 2024
1 parent 9925d4e commit adb6b44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- 'v*.*.*'
permissions:
contents: write
jobs:
# job's id
release:
Expand All @@ -20,7 +22,6 @@ jobs:
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist
workdir: .
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GEN_TOKEN }}

0 comments on commit adb6b44

Please sign in to comment.