chore: Gitea Action
Some checks failed
Tag / echo (push) Successful in 16s
Tag / createTagAndChangelog (push) Failing after 52s
Push/PR Steps / BuildAndTest (push) Successful in 7m48s

This commit is contained in:
aminecmi
2024-11-23 15:19:29 +01:00
parent b81abe384a
commit c4e8a4013a
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ on:
- release
jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: echo
run: echo 'Hello World'
createTagAndChangelog:
needs: BuildAndTest
runs-on: ubuntu-latest