File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 taggedbranch : ${{ steps.find-branch.outputs.taggedbranch }}
3030 steps :
3131 - uses : actions/checkout@v2
32- - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
32+ - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*
3333 - name : Find which branch the release tag points at
3434 id : find-branch
3535 if : github.event_name == 'release' && runner.os == 'Windows'
Original file line number Diff line number Diff line change 2929 taggedbranch : ${{ steps.find-branch.outputs.taggedbranch }}
3030 steps :
3131 - uses : actions/checkout@v2
32- - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
32+ - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*
3333 - name : Find which branch the release tag points at
3434 id : find-branch
3535 if : github.event_name == 'release' && runner.os == 'Windows'
Original file line number Diff line number Diff line change 1- ## 3.1.2022012604 (26-Jan-2022 pre-release)
1+ ## 3.1.2022012605 (26-Jan-2022 pre-release)
22* Update README.
33* Automate pre-release publication to Marketplace.
44
Original file line number Diff line number Diff line change 11{
22 "name" : " servermanager" ,
33 "displayName" : " InterSystems Server Manager" ,
4- "version" : " 3.1.2022012604 " ,
4+ "version" : " 3.1.2022012605 " ,
55 "preview" : true ,
66 "publisher" : " intersystems-community" ,
77 "description" : " Define connections to InterSystems servers. Browse and manage those servers." ,
You can’t perform that action at this time.
0 commit comments