This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b1395db
commit be797d5
Showing
2 changed files
with
3 additions
and
5 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 |
---|---|---|
|
@@ -31,14 +31,12 @@ jobs: | |
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}} | ||
- name: Push updated version | ||
run: | | ||
npm version patch | ||
git config --global user.name "github_ci" | ||
git config --global user.email "[email protected]" | ||
npm version patch | ||
git add git add package*.json | ||
git commit -m "Version up [skip ci]" | ||
git push | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}} |
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