File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,15 @@ jobs:
29
29
taggedbranch : ${{ steps.find-branch.outputs.taggedbranch }}
30
30
steps :
31
31
- uses : actions/checkout@v2
32
- - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*
32
+ - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
33
33
- name : Find which branch the release tag points at
34
34
id : find-branch
35
35
if : github.event_name == 'release' && runner.os == 'Windows'
36
36
shell : bash
37
37
run : |
38
+ git branch --list | cat
39
+ git fetch --depth=1 origin +refs/heads/*:refs/heads/*
40
+ git branch --list -v | cat
38
41
set -x
39
42
TAGGEDBRANCH=$(git for-each-ref --points-at=${{github.sha}} --format='%(refname:lstrip=2)' refs/heads/)
40
43
echo ::set-output name=taggedbranch::$TAGGEDBRANCH
Original file line number Diff line number Diff line change @@ -29,12 +29,15 @@ jobs:
29
29
taggedbranch : ${{ steps.find-branch.outputs.taggedbranch }}
30
30
steps :
31
31
- uses : actions/checkout@v2
32
- - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*
32
+ - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
33
33
- name : Find which branch the release tag points at
34
34
id : find-branch
35
35
if : github.event_name == 'release' && runner.os == 'Windows'
36
36
shell : bash
37
37
run : |
38
+ git branch --list | cat
39
+ git fetch --depth=1 origin +refs/heads/*:refs/heads/*
40
+ git branch --list -v | cat
38
41
set -x
39
42
TAGGEDBRANCH=$(git for-each-ref --points-at=${{github.sha}} --format='%(refname:lstrip=2)' refs/heads/)
40
43
echo ::set-output name=taggedbranch::$TAGGEDBRANCH
Original file line number Diff line number Diff line change 1
- ## 3.1.2022012605 (26-Jan-2022 pre-release)
1
+ ## 3.1.2022012606 (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.2022012605 " ,
4
+ "version" : " 3.1.2022012606 " ,
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