We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72405c commit 6537c1bCopy full SHA for 6537c1b
.github/workflows/make-release.yaml
@@ -38,4 +38,4 @@ jobs:
38
go-version: 'stable'
39
40
- name: Publish on pkg.go.dev
41
- run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/vmware-analyzer/@${{ github.ref_name }}
+ run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/vmware-analyzer@${{ github.ref_name }}
0 commit comments