1
1
mirror of https://github.com/cooperspencer/gickup synced 2025-04-30 18:27:56 +02:00

added releaser action

This commit is contained in:
Andreas Wachter 2021-12-02 06:49:55 +01:00
parent edcf454d3a
commit af93712507

@ -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 }}