Skip to content

Commit 8fbdf48

Browse files
committed
fix: release script
1 parent 297ae5f commit 8fbdf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Checkout repo
1212
uses: actions/checkout@v3
1313
- name: Ping endpoint
14-
run: curl "https://proxy.golang.org/github.com/knocklabs/knock/@v/${{ github.event.release.name }}.info"
14+
run: curl "https://proxy.golang.org/github.com/knocklabs/knock-go/@v/${{ github.event.release.name }}.info"

0 commit comments

Comments
 (0)