Compare commits
No commits in common. "41447f33f348b33586d3694c8fbb829b3f190554" and "44d995fd280719074961366aed2a85b9ec001a7a" have entirely different histories.
41447f33f3
...
44d995fd28
|
@ -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: actions/release-action@main
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
Example.pdf
|
||||
|
|
Loading…
Reference in New Issue