Skip to content

Commit

Permalink
fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Oct 31, 2023
1 parent 1fd0dfd commit a6c5b16
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 @@ -10,5 +10,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Ping endpoint
run: curl "https://proxy.golang.org/github.com/kukymbr/filecache/@v/$(git describe HEAD --tags --abbrev=0).info"
run: curl "https://proxy.golang.org/github.com/kukymbr/filecache/v2/@v/$(git describe HEAD --tags --abbrev=0).info"

0 comments on commit a6c5b16

Please sign in to comment.