mirror of
https://github.com/cooperspencer/gickup
synced 2025-04-30 18:27:56 +02:00
added releaser action
This commit is contained in:
parent
edcf454d3a
commit
af93712507
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@ -31,3 +31,12 @@ jobs:
|
||||
name: gickup
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: gickup
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
Loading…
Reference in New Issue
Block a user