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 008fd6f commit bf61c16Copy full SHA for bf61c16
.github/workflows/release-nightly.yml
@@ -4,6 +4,8 @@ on:
4
# https://crontab.guru/#0_0_*_*_*
5
# At 00:00 every day.
6
- cron: '0 0 * * *'
7
+ workflow_dispatch: {}
8
+
9
10
name: release-nightly
11
@@ -25,6 +27,6 @@ jobs:
25
27
- run: npm run build:nightly
26
28
continue-on-error: true
29
- if: ${{ success() }}
- run: npm publish --provenance --tag=nightly
30
+ run: npm publish --dry-run --provenance --tag=nightly
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments