Update workflow to reference 3.5.3 base version.

This commit is contained in:
Sipke Schoorstra 2025-11-19 20:18:16 +01:00
parent 4e58970a29
commit 776df84779
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -15,7 +15,7 @@ on:
release:
types: [ prereleased, published ]
env:
base_version: '3.5.2'
base_version: '3.5.3'
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.2
git branch --remote --contains | grep origin/patch/3.5.3
else
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/${BRANCH_NAME}