Skip to content

Commit a98c1dc

Browse files
committed
chore: Enable semantic releases
1 parent 8c2e9cc commit a98c1dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish
22
on:
3-
push:
4-
branches:
5-
- master
63
schedule:
74
- cron: '0 0 * * *'
85
jobs:
@@ -29,4 +26,4 @@ jobs:
2926
env:
3027
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3128
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32-
run: node node_modules/semantic-release/bin/semantic-release.js --unstable --dry-run
29+
run: node node_modules/semantic-release/bin/semantic-release.js --unstable

0 commit comments

Comments
 (0)