needs forgejo release
This commit is contained in:
parent
1322d81435
commit
662887901c
1 changed files with 8 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue