Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Sep 1, 2024
1 parent c2b5669 commit f053761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: make test
- name: Run proxy.golang.org
if: startsWith(github.ref, 'refs/tags/')
run: curl https://proxy.golang.org/github.com/larscom/bitvavo-go/@v/${{ github.ref_name }}.info
run: curl https://proxy.golang.org/github.com/larscom/bitvavo-go/v2/@v/${{ github.ref_name }}.info

0 comments on commit f053761

Please sign in to comment.