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 6b68541 commit 4d2b541Copy full SHA for 4d2b541
.github/workflows/publish-on-npm.yml
@@ -5,14 +5,13 @@ on:
5
branches: [main, beta]
6
7
jobs:
8
- build:
+ release:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
13
with:
14
node-version: 12
15
- registry-url: 'https://registry.npmjs.org'
16
- run: yarn install --frozen-lockfile
17
- run: yarn run build
18
- run: npx semantic-release
package.json
@@ -13,6 +13,7 @@
"prepublish": "npm run build",
"build:rollup": "rollup -c rollup.config.js",
"build:declaration": "tsc",
+ "semantic-release": "semantic-release",
"cleanup": "rimraf dist",
"build": "npm run cleanup && npm-run-all build:*",
19
"prettier": "prettier --write '{src,__tests__}/*.tsx'",
0 commit comments