--amend
This commit is contained in:
parent
a5b84c63d7
commit
5bfba4444f
1 changed files with 13 additions and 13 deletions
26
.github/workflows/release.yml
vendored
26
.github/workflows/release.yml
vendored
|
@ -18,21 +18,21 @@ jobs:
|
||||||
TODAY: $(date +'%d %b %Y')
|
TODAY: $(date +'%d %b %Y')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build with Gradle
|
# - name: Build with Gradle
|
||||||
run: ./gradlew assembleDist
|
# run: ./gradlew assembleDist
|
||||||
|
|
||||||
- name: Create release
|
# - name: Create release
|
||||||
uses: actions/forgejo-release@v2
|
# uses: actions/forgejo-release@v2
|
||||||
with:
|
# with:
|
||||||
direction: upload
|
# direction: upload
|
||||||
url: https://code.host.antville.org
|
# url: https://code.host.antville.org
|
||||||
token: ${{ github.token }}
|
# token: ${{ github.token }}
|
||||||
title: ${{ env.TODAY }}
|
# title: ${{ env.TODAY }}
|
||||||
release-dir: build/distributions
|
# release-dir: build/distributions
|
||||||
release-notes-assistant: true
|
# release-notes-assistant: true
|
||||||
verbose: true
|
# verbose: true
|
||||||
|
|
||||||
- name: Create release at GitHub
|
- name: Create release at GitHub
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue