Skip to content

Commit

Permalink
Update Create_Public_Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha1638888 authored Dec 27, 2024
1 parent e1aa33d commit ee9079c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Create_Public_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
run: |
mkdir dist
mv jsc/**/Test_*.jsc dist/
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
npm version ${{ github.event.inputs.version_type }}
npm install
npm run bp
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git push

0 comments on commit ee9079c

Please sign in to comment.