mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +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
|
||||
run: |
|
||||
if [[ ${{ github.head_ref }} == 'master' ]]; then
|
||||
echo "version_format=${major}.${minor}.${patch}" >> $GITHUB_OUTPUT
|
||||
echo "version_format=\${major}.\${minor}.\${patch}" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "version_format=${major}.${minor}.${patch}rc${increment}" >> $GITHUB_OUTPUT
|
||||
echo "version_format=\${major}.\${minor}.\${patch}rc\${increment}" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: print version format
|
||||
|
||||
Reference in New Issue
Block a user