File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 35
35
if : github.event_name == 'release' && runner.os == 'Windows'
36
36
shell : bash
37
37
run : |
38
- git branch --list | cat
39
38
git fetch --depth=1 origin +refs/heads/*:refs/heads/*
40
- git branch --list -v | cat
41
39
set -x
42
40
TAGGEDBRANCH=$(git for-each-ref --points-at=${{github.sha}} --format='%(refname:lstrip=2)' refs/heads/)
43
41
echo ::set-output name=taggedbranch::$TAGGEDBRANCH
@@ -114,7 +112,7 @@ jobs:
114
112
asset_content_type : application/zip
115
113
publish :
116
114
needs : build
117
- if : github.event_name == 'release' && needs.find-branch .outputs.taggedbranch == 'master'
115
+ if : github.event_name == 'release' && needs.build .outputs.taggedbranch == 'master'
118
116
runs-on : windows-latest
119
117
steps :
120
118
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 35
35
if : github.event_name == 'release' && runner.os == 'Windows'
36
36
shell : bash
37
37
run : |
38
- git branch --list | cat
39
38
git fetch --depth=1 origin +refs/heads/*:refs/heads/*
40
- git branch --list -v | cat
41
39
set -x
42
40
TAGGEDBRANCH=$(git for-each-ref --points-at=${{github.sha}} --format='%(refname:lstrip=2)' refs/heads/)
43
41
echo ::set-output name=taggedbranch::$TAGGEDBRANCH
@@ -116,7 +114,7 @@ jobs:
116
114
asset_content_type : application/zip
117
115
publish :
118
116
needs : build
119
- if : github.event_name == 'release' && needs.find-branch .outputs.taggedbranch == 'prerelease'
117
+ if : github.event_name == 'release' && needs.build .outputs.taggedbranch == 'prerelease'
120
118
runs-on : windows-latest
121
119
steps :
122
120
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- ## 3.1.2022012606 (26-Jan-2022 pre-release)
1
+ ## 3.1.2022012607 (26-Jan-2022 pre-release)
2
2
* Update README.
3
3
* Automate pre-release publication to Marketplace.
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " servermanager" ,
3
3
"displayName" : " InterSystems Server Manager" ,
4
- "version" : " 3.1.2022012606 " ,
4
+ "version" : " 3.1.2022012607 " ,
5
5
"preview" : true ,
6
6
"publisher" : " intersystems-community" ,
7
7
"description" : " Define connections to InterSystems servers. Browse and manage those servers." ,
You can’t perform that action at this time.
0 commit comments