Skip to content

Commit

Permalink
chatGPT行不行啊
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 26, 2024
1 parent 011239e commit 173fe91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
npm install -g @vscode/vsce
git config --global user.email "[email protected]"
git config --global user.name "最萌小汐(机械飞升)"
if [ -n "$(git status --porcelain)" ]; then git commit -a -m "更新package-lock.json"
if [ -n "$(git status --porcelain)" ]; then
git commit -a -m "更新package-lock.json"
fi
vsce package -o "${{ env.VSIX_NAME }}" ${{ github.ref_name }}
git pull
git push
Expand Down

0 comments on commit 173fe91

Please sign in to comment.