Skip to content

Commit 15db9d3

Browse files
Merge pull request #159 from scheduleonce/pythons/ONCEHUB-80475-team
chore: Did updated in npm-publish.yml file. Update package version to 5.0.0-beta.3
2 parents c2efc36 + a49a6ea commit 15db9d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- run: npm ci
1919
- run: npm run package
2020
# scoped packages are private by default so need to add public flag
21-
- run: npm publish --access public
21+
- run: npm run publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
88
},
99
"license": "MIT",
10-
"version": "5.0.0-beta.2",
10+
"version": "5.0.0-beta.3",
1111
"scripts": {
1212
"ng": "ng",
1313
"build": "ng build --configuration production && cp README.md dist/knowledgeowl-angular",

0 commit comments

Comments
 (0)