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 78a3e9a commit beab455Copy full SHA for beab455
.github/workflows/integration-tests.yml
@@ -15,6 +15,7 @@ on:
15
pull_request:
16
branches:
17
- dev
18
+ - master
19
20
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
21
jobs:
.github/workflows/publish.yml
@@ -1,7 +1,7 @@
1
name: Publish Package to npmjs
2
on:
3
release:
4
- types: [created]
+ types: [published]
5
6
build:
7
runs-on: ubuntu-latest
@@ -12,7 +12,6 @@ jobs:
12
with:
13
node-version: '16.x'
14
registry-url: 'https://registry.npmjs.org'
- - run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments