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 560b392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ 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
echo "MOD_NAME=$(go list -m)"
GOPROXY=proxy.golang.org go list -m $MOD_NAME@${{steps.tag.outputs.tag}}

0 comments on commit 560b392

Please sign in to comment.