Bump workflow base version and branch references to 3.5.2.

This commit is contained in:
Sipke Schoorstra 2025-09-30 20:12:48 +02:00
parent 003e88c4da
commit d18809baa1
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- patch/3.5.1
- patch/3.5.2
jobs:
push_to_registry:

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- patch/3.5.1
- patch/3.5.2
jobs:
push_to_registry:

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- patch/3.5.1
- patch/3.5.2
jobs:
push_to_registry:

View file

@ -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}