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 7765a9e commit 5b42faeCopy full SHA for 5b42fae
.github/workflows/npm-publish.yml
@@ -1,27 +1,14 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
4
-name: Node.js Package
+name: Publish Package
5
6
on:
7
- push:
8
- branches:
9
- - 'release/**'
10
release:
11
- types: [created]
+ types: [published]
12
13
jobs:
14
- build:
15
- runs-on: ubuntu-latest
16
- steps:
17
- - uses: actions/checkout@v2
18
- - uses: actions/setup-node@v2
19
- with:
20
- node-version: 12
21
- - run: npm i
22
-
23
publish-npm:
24
- needs: build
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v2
0 commit comments