upd
Some checks failed
Testing Example / build-and-test (push) Failing after 1m48s

This commit is contained in:
SnippetsX 2024-11-13 00:13:22 +03:00
parent be650b7fa2
commit d94d470c85

View File

@ -41,6 +41,11 @@ jobs:
retention-days: 5
- name: Create Release Tag
run: |
git tag v${{ env.VERSION }}
git push origin v${{ env.VERSION }}
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with: