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 dfd1afc commit 67dfd37Copy full SHA for 67dfd37
.github/workflows/trigger-js-release.yml
@@ -13,7 +13,7 @@ jobs:
13
UNITSNET_JS_WORKFLOW_TOKEN: ${{ secrets.UNITSNET_JS_WORKFLOW_TOKEN }}
14
run: |
15
# Trigger dispatches event to rebuild unitsnet-js package
16
- curl --location --request POST 'https://api.github.com/repos/haimkastner/unitsnet-js/actions/workflows/nodejs.yml/dispatches' \
+ curl --fail --location --request POST 'https://api.github.com/repos/haimkastner/unitsnet-js/actions/workflows/nodejs.yml/dispatches' \
17
--header 'Accept: application/vnd.github.everest-preview+json' \
18
--header 'Content-Type: application/json' \
19
--header "Authorization: Basic $UNITSNET_JS_WORKFLOW_TOKEN" \
0 commit comments