Test CI
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for changed files
|
- name: Check for changed files
|
||||||
id: filter
|
id: filter
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Checking for changes..."
|
echo "Checking for changes..."
|
||||||
|
|
||||||
@@ -98,7 +99,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
shell: bash # Explicitly specify bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "$GITHUB_REF" = refs/tags/* ]; then
|
if [ "$GITHUB_REF" = refs/tags/* ]; then
|
||||||
VERSION=${GITHUB_REF#refs/tags/v}
|
VERSION=${GITHUB_REF#refs/tags/v}
|
||||||
@@ -153,7 +154,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
shell: bash # Explicitly specify bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "$GITHUB_REF" = refs/tags/* ]; then
|
if [ "$GITHUB_REF" = refs/tags/* ]; then
|
||||||
VERSION=${GITHUB_REF#refs/tags/v}
|
VERSION=${GITHUB_REF#refs/tags/v}
|
||||||
|
|||||||
Reference in New Issue
Block a user