Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jun 27, 2024
1 parent a935f43 commit 5a5810e
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 @@ -33,10 +33,12 @@ jobs:
args: publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

create-release:
needs: publish-vscode
name: Create Release
if: "contains(github.event.head_commit.message, 'release')"
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down

0 comments on commit 5a5810e

Please sign in to comment.