Skip to content

Commit

Permalink
Merge pull request #121 from bgpat/bgpat-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgpat authored Aug 5, 2023
2 parents 8a7f6cc + ab08c1e commit eb3934d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
push:
tags:
- 'v*'
release:
types: [released]
permissions:
contents: write
jobs:
Expand Down Expand Up @@ -46,7 +44,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb3934d

Please sign in to comment.