-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update semver to handle https://www.npmjs.com/advisories/1096482
- Loading branch information
1 parent
0571b18
commit 7173e87
Showing
3 changed files
with
945 additions
and
459 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 |
---|---|---|
|
@@ -36,10 +36,10 @@ jobs: | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
NPM_PROVENANCE: true | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GIT_AUTHOR_NAME: [email protected] | ||
GIT_AUTHOR_NAME: Anton Golub | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GIT_COMMITTER_NAME: Anton Golub | ||
GIT_COMMITTER_EMAIL: Anton Golub | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
run: npm_config_yes=true npx zx-semrel | ||
|
||
# Full tests for PR | ||
|
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
Oops, something went wrong.