diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb5a9dd1..3716dddf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: env: GH_TOKEN: ${{ github.token }} LC_TIME: en_US.UTF-8 - TODAY: $(date +'%d %b %Y') steps: - uses: actions/checkout@v4 @@ -24,18 +23,16 @@ jobs: - name: Build with Gradle run: ./gradlew assembleDist - - name: Create release - uses: actions/forgejo-release@v2 + - uses: actions/forgejo-release@v2 with: direction: upload url: https://code.host.antville.org token: ${{ github.token }} - title: ${{ env.today }} release-dir: build/distributions release-notes-assistant: true verbose: true - - name: Create release at GitHub + - name: Create release # FIXME: Currently only outputs gh command; adapt for Forgejo run: | echo gh release create "$GITHUB_REF_NAME" \ @@ -43,7 +40,7 @@ jobs: --title "$(date +'%d %b %Y')" \ --generate-notes - - name: Upload release assets to GitHub + - name: Upload assets # FIXME: Currently only outputs gh command; adapt for Forgejo run: | echo gh release upload "$GITHUB_REF_NAME" \