We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297ae5f commit 8fbdf48Copy full SHA for 8fbdf48
.github/workflows/publish.yml
@@ -11,4 +11,4 @@ jobs:
11
- name: Checkout repo
12
uses: actions/checkout@v3
13
- name: Ping endpoint
14
- run: curl "https://proxy.golang.org/github.com/knocklabs/knock/@v/${{ github.event.release.name }}.info"
+ run: curl "https://proxy.golang.org/github.com/knocklabs/knock-go/@v/${{ github.event.release.name }}.info"
0 commit comments