mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 12:50:32 +02:00
fix: added escape for variable names
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -68,9 +68,9 @@ jobs:
|
|||||||
id: version_format
|
id: version_format
|
||||||
run: |
|
run: |
|
||||||
if [[ ${{ github.head_ref }} == 'master' ]]; then
|
if [[ ${{ github.head_ref }} == 'master' ]]; then
|
||||||
echo "version_format=${major}.${minor}.${patch}" >> $GITHUB_OUTPUT
|
echo "version_format=\${major}.\${minor}.\${patch}" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "version_format=${major}.${minor}.${patch}rc${increment}" >> $GITHUB_OUTPUT
|
echo "version_format=\${major}.\${minor}.\${patch}rc\${increment}" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: print version format
|
- name: print version format
|
||||||
|
|||||||
Reference in New Issue
Block a user