ci: add qoute to substitute in action
Build'n check / run-ci-linux (pull_request) Has been skipped
Details
Build'n check / run-ci-linux (pull_request) Has been skipped
Details
This commit is contained in:
parent
281fe93788
commit
41447f33f3
|
@ -64,7 +64,7 @@ jobs:
|
||||||
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
|
||||||
uses: actions/release-action@main
|
uses: actions/release-action@main
|
||||||
|
|
Loading…
Reference in New Issue