Skip to content

Commit ff4fb6d

Browse files
committed
Opt: Release publishing
1 parent 6f84d81 commit ff4fb6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
run: make multi VERSION="${{ github.ref_name }}"
2424

2525
- name: Publishing
26-
run: GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@latest
26+
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
2729
2830
- name: Run GoReleaser
2931
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)