Add v to version tag
Some checks failed
CI / release-test (push) Failing after 13s

This commit is contained in:
wispem-wantex 2025-07-04 19:44:50 -07:00
parent 654585256c
commit db01d51bb9

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: checkout - name: checkout
run: | run: |
GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@0.0.1 GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.1
gocheckout gocheckout
- name: test - name: test
run: | run: |