Skip to content

Commit

Permalink
Sync Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Feb 24, 2024
1 parent e7d8606 commit 80c9fc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ jobs:
run: |
git config --global user.name "RedCMD"
git config --global user.email "theredcmd@gmail.com"
vsce publish patch --pre-release -p ${{ secrets.VSCE_PAT }} --skip-duplicate
if [[ $(git diff --stat) != '' ]]; then
git add .
git commit -m "Sync Github Actions"
fi
vsce publish patch --pre-release -p ${{ secrets.VSCE_PAT }}
git push

0 comments on commit 80c9fc8

Please sign in to comment.