--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')
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# - uses: actions/checkout@v4
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDist
|
||||
# - name: Build with Gradle
|
||||
# run: ./gradlew assembleDist
|
||||
|
||||
- name: Create release
|
||||
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
|
||||
# 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
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue