FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
opencode/.github/workflows/publish-vscode.yml at dev · klimkin/opencode · GitHub
klimkin
/
opencode
Public
forked from
anomalyco/opencode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
opencode
/
.github
/
workflows
/
publish-vscode.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (29 loc) · 772 Bytes
Breadcrumbs
opencode
/
.github
/
workflows
/
publish-vscode.yml
Copy path
File metadata and controls
37 lines (29 loc) · 772 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name
:
publish-vscode
on
:
workflow_dispatch
:
push
:
tags
:
-
"
vscode-v*.*.*
"
concurrency
:
${{ github.workflow }}-${{ github.ref }}
permissions
:
contents
:
write
jobs
:
publish
:
runs-on
:
blacksmith-4vcpu-ubuntu-2404
steps
:
-
uses
:
actions/checkout@v3
with
:
fetch-depth
:
0
-
uses
:
./.github/actions/setup-bun
-
run
:
git fetch --force --tags
-
run
:
bun install -g @vscode/vsce
-
name
:
Install extension dependencies
run
:
bun install
working-directory
:
./sdks/vscode
-
name
:
Publish
run
:
|
./script/publish
working-directory
:
./sdks/vscode
env
:
VSCE_PAT
:
${{ secrets.VSCE_PAT }}
OPENVSX_TOKEN
:
${{ secrets.OPENVSX_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL