Skip to content

Commit 5465af5

Browse files
committed
ci: remove repository from dispatch
1 parent c17ea97 commit 5465af5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/covector-version-or-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ jobs:
4747
uses: peter-evans/repository-dispatch@v1
4848
with:
4949
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
50-
repository: tauri-apps/tauri-vscode
5150
event-type: publish

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# SPDX-License-Identifier: MIT
44

5+
name: Publish Extension
6+
57
on:
68
workflow_dispatch:
79
repository_dispatch:
810
types: [publish]
911

10-
name: Publish Extension
11-
1212
jobs:
1313
publish:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)