Compare commits

...

4 Commits

Author SHA1 Message Date
Sven Vogel 41447f33f3 ci: add qoute to substitute in action
Build'n check / run-ci-linux (pull_request) Has been skipped Details
2024-11-25 12:20:27 +01:00
Sven Vogel 281fe93788 ci: qoute substitute in action 2024-11-25 11:56:28 +01:00
Sven Vogel ac5e551af9 ci: add action owner to release action 2024-11-25 11:51:17 +01:00
Sven Vogel a0c38903ce ci: remove url from release action step 2024-11-25 11:49:52 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -63,11 +63,11 @@ jobs:
echo "==> Tagging for version: $(cat Version.txt)"
git config --global credential.helper store
echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}}@${{github.repositoryUrl}}" > ~/.git-credentials
git tag -m "Release" $(cat Version.txt)
git push ${{github.repositoryUrl}} $(cat Version.txt)
git tag -m "Release" "$(cat Version.txt)"
git push ${{github.repositoryUrl}} "$(cat Version.txt)"
- name: Create release
id: create-release
uses: https://gitea.com/actions/release-action@main
uses: actions/release-action@main
with:
files: |-
Example.pdf