Skip to content

Commit

Permalink
提交package-lock的变化
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 19, 2024
1 parent c3437d5 commit 343dd53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.Y3_COMMIT_TOKEN }}
run: |
npm install -g @vscode/vsce
git config --global user.email "[email protected]"
git config --global user.name "最萌小汐(机械飞升)"
git commit -a -m "更新package-lock.json"
vsce package -o "${{ env.VSIX_NAME }}" ${{ github.ref_name }}
git pull
git push
- name: Upload vsix
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 343dd53

Please sign in to comment.