Skip to content

Commit

Permalink
再试试
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 26, 2024
1 parent c61524a commit 1782d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npm install -g @vscode/vsce
git config --global user.email "[email protected]"
git config --global user.name "最萌小汐(机械飞升)"
git commit -a -m "更新package-lock.json" 2>/dev/null
git commit -a -m "更新package-lock.json" > /dev/null 2>&1
vsce package -o "${{ env.VSIX_NAME }}" ${{ github.ref_name }}
git pull
git push
Expand Down

0 comments on commit 1782d07

Please sign in to comment.