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.
2 parents 26c5eca + 4951205 commit 5b7ec9aCopy full SHA for 5b7ec9a
.github/workflows/npm-publish.yml
@@ -50,3 +50,13 @@ jobs:
50
npm publish
51
env:
52
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53
+
54
+ - name: Setup Github Package Registry
55
+ uses: actions/setup-node@v3
56
+ with:
57
+ registry-url: 'https://npm.pkg.github.com'
58
59
+ - name: Publish package on GPR
60
+ run: npm publish
61
+ env:
62
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@libresign/vue-pdf-editor",
3
"description": "vue2 pdf editor component",
4
- "version": "1.0.0",
+ "version": "1.1.0",
5
"author": "LibreCode",
6
"private": false,
7
"main": "lib/vue-pdf-editor.umd.js",
0 commit comments