Skip to content

Commit

Permalink
Update goreleaser (#189)
Browse files Browse the repository at this point in the history
* Update goreleaser

* Update goreleaser for manual dispatch
  • Loading branch information
ferranbt authored Apr 25, 2022
1 parent 16ada0d commit bffbef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
branches-ignore:
- '**'
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: '1.15.10'
go-version: '1.18.1'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

1 comment on commit bffbef0

@vercel
Copy link

@vercel vercel bot commented on bffbef0 Apr 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.