mirror of
https://github.com/biojppm/c4core.git
synced 2026-01-18 21:41:18 +01:00
update CI workflows
This commit is contained in:
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
@@ -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') }}
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user