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 8c2e9cc commit a98c1dcCopy full SHA for a98c1dc
.github/workflows/publish.yml
@@ -1,8 +1,5 @@
1
name: Publish
2
on:
3
- push:
4
- branches:
5
- - master
6
schedule:
7
- cron: '0 0 * * *'
8
jobs:
@@ -29,4 +26,4 @@ jobs:
29
26
env:
30
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
28
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
- run: node node_modules/semantic-release/bin/semantic-release.js --unstable --dry-run
+ run: node node_modules/semantic-release/bin/semantic-release.js --unstable
0 commit comments