Skip to content

Commit 5b7ec9a

Browse files
authored
Merge pull request #36 from LibreSign/feature/bump-version-and-add-github-package
Bump version and add github package
2 parents 26c5eca + 4951205 commit 5b7ec9a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@ jobs:
5050
npm publish
5151
env:
5252
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@libresign/vue-pdf-editor",
33
"description": "vue2 pdf editor component",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "LibreCode",
66
"private": false,
77
"main": "lib/vue-pdf-editor.umd.js",

0 commit comments

Comments
 (0)