Skip to content

Commit 7430d51

Browse files
committed
fix: release.yaml [skip-ci]
1 parent e773748 commit 7430d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
4444
- name: Publish to pkg.go.dev
4545
if: steps.semrel.outputs.version != ''
46-
run: GOPROXY=proxy.golang.org go list -m github.com/imusmanmalik/randomizer@${{ steps.semrel.outputs.version }}
46+
run: GOPROXY=proxy.golang.org go list -m github.com/imusmanmalik/randomizer@v${{ steps.semrel.outputs.version }}

0 commit comments

Comments
 (0)