Skip to content

Commit

Permalink
CD: fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Jun 25, 2022
1 parent 7a1e63a commit 7b4744d
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:
- name: Checkout repo
uses: actions/checkout@v3
- name: Notify pkg.dev of new version
run: curl "https://proxy.golang.org/github.com/stscoundrel/riimut-go/@v/$(git describe HEAD --tags --abbrev=0).info"
run: curl "https://proxy.golang.org/github.com/stscoundrel/riimut-go/@v/${{ github.ref_name }}.info"

0 comments on commit 7b4744d

Please sign in to comment.