Skip to content

Commit

Permalink
correct publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Apr 9, 2024
1 parent 097f238 commit ec2c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: dawidd6/action-get-tag@v1
- run: |
echo "publishing version: ${{steps.tag.outputs.tag}}"
curl https://proxy.golang.org/github.com/amalfra/gin-statsd/@v/${{steps.tag.outputs.tag}}.info
GOPROXY=proxy.golang.org go list -m $(go list -m)@${{steps.tag.outputs.tag}}

0 comments on commit ec2c8a4

Please sign in to comment.