-
Notifications
You must be signed in to change notification settings - Fork 288
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
chentianyu
committed
Oct 9, 2023
1 parent
7eedeaa
commit ad001d7
Showing
3 changed files
with
1,760 additions
and
20 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 |
---|---|---|
|
@@ -22,17 +22,16 @@ jobs: | |
node-version: 18 | ||
registry-url: https://registry.npmjs.org/ | ||
|
||
# - name: Install devDependencies | ||
# run: npm install --only=dev | ||
- name: Install devDependencies | ||
run: npm install --only=dev | ||
|
||
- name: Generate changelog and push changes | ||
run: | | ||
# npm run release | ||
npm run release | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "gitHubCi" | ||
npx standard-version | ||
# git add . | ||
# git commit -m "Commit changes for release" | ||
git add . | ||
git commit -m "Commit changes for release" | ||
git push origin main | ||
- name: Get Package Version | ||
|
Oops, something went wrong.