File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 8
8
- main
9
9
workflow_dispatch :
10
10
11
+ permissions : read-all
12
+
11
13
jobs :
12
14
build-extensions :
13
- runs-on : [self-hosted, linux]
14
- container : node:16.14.2-buster
15
+ runs-on : ubuntu-latest
15
16
env :
16
17
NODE_OPTIONS : " --max-old-space-size=4096"
17
18
steps :
18
19
- name : Check out repository code
19
- uses : actions/checkout@v2
20
+ uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
20
21
- name : Build the package
21
22
run : npm install && npm run package
22
23
- name : Upload artifact
23
- uses : actions/upload-artifact@v2
24
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
24
25
with :
25
26
name : extension
26
27
path : ./*.vsix
Original file line number Diff line number Diff line change 3
3
push :
4
4
tags :
5
5
- " v*.*.*"
6
-
7
6
jobs :
8
7
build-extensions :
9
- runs-on : [self-hosted, linux]
10
- container : node:14
8
+ runs-on : ubuntu-latest
9
+ permissions :
10
+ contents : write
11
11
steps :
12
12
- name : Check out repository code
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
14
14
- name : Build the package
15
- run : yarn install && yarn package
15
+ run : npm install && npm run package
16
16
- name : Release
17
- uses : softprops/action-gh-release@v1
17
+ uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
18
18
with :
19
19
files : ./*.vsix
You can’t perform that action at this time.
0 commit comments