Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Oct 22, 2023
1 parent fc6b459 commit 463d9a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release
on:
workflow_dispatch:

push:
branches:
- master
Expand Down Expand Up @@ -49,4 +51,4 @@ jobs:
- if: github.ref == 'refs/heads/master'
name: Refresh pkg.go.dev
run: go get -u github.com/${{ github.repository }}@${{ steps.next.outputs.next-version }}
run: go get -u github.com/${{ github.repository }}@v${{ steps.next.outputs.next-version }}

0 comments on commit 463d9a3

Please sign in to comment.