Adapt the github action release to make it work with Gitea

This commit is contained in:
pierrotdelalune
2023-11-22 23:06:16 +01:00
parent 60623246ae
commit 88cd6263bc
5 changed files with 21 additions and 4 deletions

7
README_GITEA.txt Normal file
View File

@ -0,0 +1,7 @@
1. Copy release_event.json.EXAMPLE to elease_event.json and adapt it
2. Copy .secrets.EXAMPLE to .secrets and adapt it
3. Run
$ act release -e release_event.json
or
$ act release -e release_event.json --pull=false
to avoid pulling act image at each run