Compare commits

..

No commits in common. "41447f33f348b33586d3694c8fbb829b3f190554" and "44d995fd280719074961366aed2a85b9ec001a7a" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -63,11 +63,11 @@ 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
uses: actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: |- files: |-
Example.pdf Example.pdf