Skip to content

Commit

Permalink
fix: release.yaml [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
imusmanmalik committed May 10, 2023
1 parent e773748 commit 7430d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Publish to pkg.go.dev
if: steps.semrel.outputs.version != ''
run: GOPROXY=proxy.golang.org go list -m github.com/imusmanmalik/randomizer@${{ steps.semrel.outputs.version }}
run: GOPROXY=proxy.golang.org go list -m github.com/imusmanmalik/randomizer@v${{ steps.semrel.outputs.version }}

0 comments on commit 7430d51

Please sign in to comment.