needs forgejo release
Some checks failed
build / build (push) Successful in 55s
publish / build (push) Failing after 1m9s

This commit is contained in:
Ryan Voots 2025-05-04 11:55:11 -04:00
parent 1322d81435
commit 662887901c

View file

@ -23,11 +23,12 @@ jobs:
- name: build with maven
run: mvn --batch-mode --file pom.xml package
- name: upload to release
uses: https://gitea.com/actions/release-action@main
env:
GITHUB_TOKEN: ${{ github.token }}
uses: actions/forgejo-release@v2.6.0
with:
files: |-
bundle/target/*.ear
api_key: '${{secrets.RELEASE_TOKEN}}'
direction: upload
url: https://gitea.simcop2387.info
repo: simcop2387/keycloak
token: ${{ secrets.FORGEJO_TOKEN }}
# tag: v1.0.0
# release-dir: dist/release
# release-notes: "MY RELEASE NOTES"