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
|
- name: build with maven
|
||||||
run: mvn --batch-mode --file pom.xml package
|
run: mvn --batch-mode --file pom.xml package
|
||||||
- name: upload to release
|
- name: upload to release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: actions/forgejo-release@v2.6.0
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
|
||||||
with:
|
with:
|
||||||
files: |-
|
direction: upload
|
||||||
bundle/target/*.ear
|
url: https://gitea.simcop2387.info
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
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