Skip to content

Commit

Permalink
fix(ci): run release on create
Browse files Browse the repository at this point in the history
  • Loading branch information
feuerrot committed Oct 12, 2020
1 parent b07373a commit a0a421f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
create

jobs:
goreleaser:
Expand All @@ -19,6 +20,7 @@ jobs:
go-version: 1.14
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit a0a421f

Please sign in to comment.