We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ab2fa commit bc511d0Copy full SHA for bc511d0
1 file changed
.github/workflows/release-nightly.yml
@@ -29,7 +29,6 @@ jobs:
29
name: Dispatch npm-publish workflow
30
env:
31
GH_TOKEN: ${{ github.token }}
32
- DISPATCH_WORKFLOW_REF: ${{ github.sha }}
33
run: |
34
node ./.github/scripts/dispatch-and-wait.mjs npm-publish.yml \
35
tag=nightly \
0 commit comments