Skip to content

Commit

Permalink
[skip ci]: 恢复之前的ci流程
Browse files Browse the repository at this point in the history
  • Loading branch information
chentianyu committed Oct 9, 2023
1 parent 7eedeaa commit ad001d7
Show file tree
Hide file tree
Showing 3 changed files with 1,760 additions and 20 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit ad001d7

Please sign in to comment.