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