Try Forgejo action to create a release

This commit is contained in:
Tobi Schäfer 2025-02-15 15:25:36 +01:00
parent 45adacd5cd
commit 156db3ee98
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -1,6 +1,7 @@
name: Release name: Release
on: on:
workflow_dispatch:
push: push:
tags: tags:
- 'v*' - 'v*'
@ -22,6 +23,15 @@ jobs:
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew assembleDist run: ./gradlew assembleDist
- uses: actions/forgejo-release@v2
with:
direction: upload
url: https://code.host.antville.org
token: ${{ github.token }}
release-dir: build/distributions
release-notes-assistant: true
verbose: true
- name: Create release - name: Create release
# FIXME: Currently only outputs gh command; adapt for Forgejo # FIXME: Currently only outputs gh command; adapt for Forgejo
run: | run: |