We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84d81 commit ff4fb6dCopy full SHA for ff4fb6d
.github/workflows/goreleaser.yml
@@ -23,7 +23,9 @@ jobs:
23
run: make multi VERSION="${{ github.ref_name }}"
24
25
- name: Publishing
26
- run: GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@latest
+ run: |
27
+ GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@${{ github.ref_name }}
28
+ GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@latest
29
30
- name: Run GoReleaser
31
uses: goreleaser/goreleaser-action@v4
0 commit comments