Skip to content

Commit

Permalink
Fixed release workflow (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Casteran authored Jun 9, 2020
1 parent 58daf02 commit d40a867
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Release
on:
release:
types:
Expand All @@ -16,10 +16,10 @@ jobs:
run: git fetch --prune --unshallow

- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit d40a867

Please sign in to comment.