-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Moiseyev
committed
Aug 1, 2023
1 parent
b7867c3
commit 75a0467
Showing
3 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,13 +33,9 @@ jobs: | |
- run: npm run install:all | ||
- run: git config --global user.name "GitHub CD bot" | ||
- run: git config --global user.email "[email protected]" | ||
- run: cd projects/angular-kinescope-player | ||
# upgrade npm version in package.json to the tag used in the release. | ||
- run: npm version ${{ github.event.release.tag_name }} --allow-same-version | ||
- run: cd ../.. | ||
- run: cd projects/angular-kinescope-player && npm version ${{ github.event.release.tag_name }} --allow-same-version | ||
- run: npx ng build | ||
- run: cd dist/angular-kinescope-player | ||
- run: npm publish --access public | ||
- run: cd dist/angular-kinescope-player && npm publish --access public | ||
env: | ||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} | ||
# push the version changes to GitHub | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters