Skip to content

Commit

Permalink
ci: 修改ci脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Mar 11, 2024
1 parent 4c3469b commit 21808c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: 发布至npm仓库
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name "robot"
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oml2d-models",
"version": "0.1.0",
"version": "0.2.0",
"files": [
"models"
],
Expand Down

0 comments on commit 21808c5

Please sign in to comment.