Compare commits

...

2 commits

2 changed files with 12 additions and 2 deletions

View file

@ -7,8 +7,8 @@ jobs:
runs-on: antville runs-on: antville
environment: environment:
name: weblogs.at name: antville.org
url: https://weblogs.at url: https://antville.org
steps: steps:
- name: Copy files to production server - name: Copy files to production server

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: |