We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f84ee commit e0ae13cCopy full SHA for e0ae13c
.github/workflows/artifacts.yml
@@ -71,6 +71,7 @@ jobs:
71
72
- name: Publish release
73
if: env.SKIP_DEPLOY != 'true'
74
- run: zig run .github/workflows/prepare_release_payload.zig | curl --request POST --user admin:${ZLS_WORKER_API_TOKEN} --header "Content-Type: application/json" --data @- https://releases.zigtools.org/v1/zls/publish
+ run: |
75
+ zig run .github/workflows/prepare_release_payload.zig | curl --request POST --user admin:${ZLS_WORKER_API_TOKEN} --header "Content-Type: application/json" --data @- https://releases.zigtools.org/v1/zls/publish
76
env:
77
ZLS_WORKER_API_TOKEN: ${{ secrets.ZLS_WORKER_API_TOKEN }}
0 commit comments