Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed Aug 26, 2024
2 parents cae0619 + 6853f39 commit 3327ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: release
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: write
jobs:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: goreleaser/[email protected]
with:
version: latest
args: release --parallelism 2 --rm-dist --timeout 1h --release-notes .release_info.md
args: release --parallelism 2 --clean --timeout 1h --release-notes .release_info.md
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down

0 comments on commit 3327ed0

Please sign in to comment.