File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ workflow "Deploy in VS Market Place" {
5
5
6
6
action "Npm Install" {
7
7
uses = " actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
8
- args = " install"
8
+ args = [ " install" , " --unsafe-perm " ]
9
9
}
10
10
11
- action "Publish" {
12
- uses = " actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
11
+ action "Master" {
12
+ uses = " actions/bin/filter@master"
13
+ args = " branch master"
13
14
needs = [" Npm Install" ]
14
- args = " run publish -- -p \" $VS_ACCESS_KEY\" "
15
+ }
16
+
17
+ action "Publish" {
18
+ uses = " lannonbr/vsce-action@master"
19
+ needs = [" Master" ]
20
+ args = " publish -p $VS_ACCESS_KEY"
15
21
secrets = [" VS_ACCESS_KEY" ]
16
22
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.4] - 17-07-2019 (DD-MM-YYYY)
4
+ ### Patch
5
+ - fix typo in Readme
6
+
3
7
## [ 0.3.3] - 17-07-2019 (DD-MM-YYYY)
4
8
### Patch
5
9
- fix typo in snippets.json
Original file line number Diff line number Diff line change 7
7
[ ![ TrendingMonthly] ( https://vsmarketplacebadge.apphb.com/trending-monthly/Raju.vscode-nightwatchjs-snippets.svg?color=blue&&subject=TrendingMonthly )] ( https://marketplace.visualstudio.com/items?itemName=Raju.vscode-nightwatchjs-snippets )
8
8
9
9
10
- ** Please type "nw" first and it will list down all the commands**
11
- ** Please help with rating/feedback which might be useful in improving this further**
10
+ * * * Please type "nw" first and it will list down all the commands**
11
+ * * * Please help with rating/feedback which might be useful in improving this further**
12
12
13
13
14
14
** List of commands :**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-nightwatchjs-snippets" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"description" : " NightwatchJS code snippets for Visual Studio Code" ,
5
5
"displayName" : " NightwatchJS snippets" ,
6
6
"publisher" : " Raju" ,
You can’t perform that action at this time.
0 commit comments