Bump workflow base version and branch references to 3.5.2.
This commit is contained in:
parent
003e88c4da
commit
d18809baa1
2
.github/workflows/elsa-server-and-studio.yml
vendored
2
.github/workflows/elsa-server-and-studio.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- patch/3.5.1
|
||||
- patch/3.5.2
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
|
|||
2
.github/workflows/elsa-server.yml
vendored
2
.github/workflows/elsa-server.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- patch/3.5.1
|
||||
- patch/3.5.2
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
|
|||
2
.github/workflows/elsa-studio.yml
vendored
2
.github/workflows/elsa-studio.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- patch/3.5.1
|
||||
- patch/3.5.2
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
|
|||
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
|||
release:
|
||||
types: [ prereleased, published ]
|
||||
env:
|
||||
base_version: '3.5.1'
|
||||
base_version: '3.5.2'
|
||||
feedz_feed_source: 'https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json'
|
||||
nuget_feed_source: 'https://api.nuget.org/v3/index.json'
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: |
|
||||
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && ("${{ github.event.action }}" == "published" || "${{ github.event.action }}" == "prereleased")]]; then
|
||||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
git branch --remote --contains | grep origin/patch/3.5.1
|
||||
git branch --remote --contains | grep origin/patch/3.5.2
|
||||
else
|
||||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
git branch --remote --contains | grep origin/${BRANCH_NAME}
|
||||
|
|
|
|||
Loading…
Reference in a new issue