We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac289dd commit ea417b3Copy full SHA for ea417b3
1 file changed
.github/workflows/npm-publish.yml
@@ -1,13 +1,13 @@
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: npm-publish
5
on:
6
release:
7
types: [published]
8
9
jobs:
10
build:
- name: npm-publish
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
0 commit comments