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 18512b7 commit 7e891d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.16

- name: Run Go Mod Tidy
run: go mod tidy
Expand All @@ -32,6 +32,6 @@ jobs:
with:
version: latest
args: release --snapshot --rm-dist --debug
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e891d7

Please sign in to comment.