Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jun 28, 2024
1 parent cbb36cd commit bef6985
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Vscode Publish

on:
push:
branches:
- master
tags:
- v*

Expand All @@ -13,7 +11,6 @@ jobs:
publish-vscode:
permissions:
contents: write
if: "contains(github.event.head_commit.message, 'release')"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit bef6985

Please sign in to comment.