Skip to content

Commit

Permalink
Merge pull request #159 from scheduleonce/pythons/ONCEHUB-80475-team
Browse files Browse the repository at this point in the history
chore: Did updated in npm-publish.yml file. Update package version to 5.0.0-beta.3
  • Loading branch information
oh-integrations authored Aug 22, 2024
2 parents c2efc36 + a49a6ea commit 15db9d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- run: npm ci
- run: npm run package
# scoped packages are private by default so need to add public flag
- run: npm publish --access public
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
},
"license": "MIT",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"scripts": {
"ng": "ng",
"build": "ng build --configuration production && cp README.md dist/knowledgeowl-angular",
Expand Down

0 comments on commit 15db9d3

Please sign in to comment.