update CI workflows

This commit is contained in:
Joao Paulo Magalhaes
2025-02-10 07:13:53 +00:00
parent c1debe87fe
commit 056f78a75b
2 changed files with 6 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ jobs:
- name: Env (from tag)
if: contains(github.ref, 'tags/v')
run: |
source vars.sh
echo "SRC_VERSION_BODY=$SRC_VERSION_BODY" >> $GITHUB_ENV
- name: Variables (from commit, no tag)
if: ${{ !contains(github.ref, 'tags/v') }}
@@ -143,6 +144,7 @@ jobs:
- name: Env (from tag)
if: contains(github.ref, 'tags/v')
run: |
source vars.sh
echo "SRC_VERSION_BODY=$SRC_VERSION_BODY" >> $GITHUB_ENV
- name: Variables (from commit, no tag)
if: ${{ !contains(github.ref, 'tags/v') }}

View File

@@ -81,6 +81,7 @@ jobs:
- name: Env (from tag)
if: contains(github.ref, 'tags/v')
run: |
source vars.sh
echo "SRC_VERSION_BODY=$SRC_VERSION_BODY" >> $GITHUB_ENV
- name: Variables (from commit, no tag)
if: ${{ !contains(github.ref, 'tags/v') }}
@@ -115,6 +116,7 @@ jobs:
- name: Env (from tag)
if: contains(github.ref, 'tags/v')
run: |
source vars.sh
echo "SRC_VERSION_BODY=$SRC_VERSION_BODY" >> $GITHUB_ENV
- name: Variables (from commit, no tag)
if: ${{ !contains(github.ref, 'tags/v') }}
@@ -223,6 +225,7 @@ jobs:
- name: Env (from tag)
if: contains(github.ref, 'tags/v')
run: |
source vars.sh
echo "SRC_VERSION_BODY=$SRC_VERSION_BODY" >> $GITHUB_ENV
- name: Variables (from commit, no tag)
if: ${{ !contains(github.ref, 'tags/v') }}
@@ -317,6 +320,7 @@ jobs:
- name: Env (from tag)
if: contains(github.ref, 'tags/v')
run: |
source vars.sh
echo "SRC_VERSION_BODY=$SRC_VERSION_BODY" >> $GITHUB_ENV
- name: Variables (from commit, no tag)
if: ${{ !contains(github.ref, 'tags/v') }}