Skip to content

Commit

Permalink
added extra tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
finleygn committed Jan 27, 2022
1 parent 843d2b2 commit 0fc734b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '*'
- 'v*'

jobs:
goreleaser:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
version: ${{ github.event.release.tag_name }}
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0fc734b

Please # to comment.