There was an error while loading. Please reload this page.
1 parent 8ea44f7 commit c5bc9b0Copy full SHA for c5bc9b0
.github/workflows/package.yml
@@ -1,8 +1,8 @@
1
name: Publish to NPM
2
on:
3
push:
4
- branches:
5
- - 'master'
+ tags:
+ - v*
6
7
jobs:
8
build-npm:
0 commit comments