Skip to content

Commit 6537c1b

Browse files
authored
fix release workflow (#225)
Signed-off-by: adisos <adisos@il.ibm.com>
1 parent b72405c commit 6537c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
go-version: 'stable'
3939

4040
- name: Publish on pkg.go.dev
41-
run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/vmware-analyzer/@${{ github.ref_name }}
41+
run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/vmware-analyzer@${{ github.ref_name }}

0 commit comments

Comments
 (0)