File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # These are supported funding model platforms
2+
3+ github : [estruyf]
4+ custom : ["https://www.buymeacoffee.com/zMeFRy9"]
Original file line number Diff line number Diff line change 1+ name : Release
2+ on :
3+ release :
4+ types :
5+ - published
6+ workflow_dispatch :
7+
8+ jobs :
9+ build :
10+ name : " Build and release"
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v2
15+ - uses : actions/setup-node@v1
16+ with :
17+ node-version : 14
18+ registry-url : https://registry.npmjs.org/
19+
20+ - name : Install the dependencies
21+ run : npm i
22+
23+ - name : Install vsce
24+ run : npm i -g vsce
25+
26+ - name : Publish
27+ run : vsce publish -p ${{ secrets.VSCE_PAT }}
28+
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ All notable changes to the "eliostruyf.vscode-hide-comments" extension will be d
55## [ 1.1.1]
66
77- Removed image location from ` vsce publish ` command
8+ - Added GitHub Actions release workflow
89
910## [ 1.1.0]
1011
You can’t perform that action at this time.
0 commit comments