We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17ea97 commit 5465af5Copy full SHA for 5465af5
2 files changed
.github/workflows/covector-version-or-publish.yml
@@ -47,5 +47,4 @@ jobs:
47
uses: peter-evans/repository-dispatch@v1
48
with:
49
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
50
- repository: tauri-apps/tauri-vscode
51
event-type: publish
.github/workflows/publish.yml
@@ -2,13 +2,13 @@
2
# SPDX-License-Identifier: Apache-2.0
3
# SPDX-License-Identifier: MIT
4
5
+name: Publish Extension
6
+
7
on:
8
workflow_dispatch:
9
repository_dispatch:
10
types: [publish]
11
-name: Publish Extension
-
12
jobs:
13
publish:
14
runs-on: ubuntu-latest
0 commit comments