chore: Gitea Action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user