Skip to content

Commit

Permalink
Update: updated workflow
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Nov 22, 2023
1 parent 80c1bb9 commit 18512b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: 1.18

- name: Run Go Mod Tidy
run: go mod tidy

- name: Bump version and tag
id: bump_version
run: |
Expand All @@ -28,7 +31,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
args: release --snapshot --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18512b7

Please sign in to comment.