ci: qoute substitute in action
This commit is contained in:
parent
ac5e551af9
commit
281fe93788
|
@ -63,7 +63,7 @@ jobs:
|
||||||
echo "==> Tagging for version: $(cat Version.txt)"
|
echo "==> Tagging for version: $(cat Version.txt)"
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}}@${{github.repositoryUrl}}" > ~/.git-credentials
|
echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}}@${{github.repositoryUrl}}" > ~/.git-credentials
|
||||||
git tag -m "Release" $(cat Version.txt)
|
git tag -m "Release" "$(cat Version.txt)"
|
||||||
git push ${{github.repositoryUrl}} $(cat Version.txt)
|
git push ${{github.repositoryUrl}} $(cat Version.txt)
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create-release
|
id: create-release
|
||||||
|
|
Loading…
Reference in New Issue