try enclose tag in double quotes
All checks were successful
Unit Testing / test (3.10) (pull_request) Successful in 50s
Unit Testing / test (3.11) (pull_request) Successful in 50s
Unit Testing / test (3.12) (pull_request) Successful in 52s
Unit Testing / test (3.8) (pull_request) Successful in 50s
Unit Testing / test (3.9) (pull_request) Successful in 51s

This commit is contained in:
2026-03-02 11:24:35 +01:00
parent 288d78e007
commit 7c8e908192

View File

@@ -68,8 +68,8 @@ jobs:
- name: Create Release
uses: actions/gitea-release-action@v1
with:
#name: "Amor-Eos ${{ env.RELEASE_TAG }}"
tag_name: "test_tag"
name: "Amor-Eos ${{ env.RELEASE_TAG }}"
tag_name: "${{ env.RELEASE_TAG }}"
#body: ${{ env.RELEASE_NOTE }}
build-ubuntu-latest:
@@ -101,8 +101,8 @@ jobs:
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }}
uses: actions/gitea-release-action@v1
with:
#name: "Amor-Eos ${{ env.RELEASE_TAG }}"
#tag_name: ${{ env.RELEASE_TAG }}
name: "Amor-Eos ${{ env.RELEASE_TAG }}"
tag_name: "${{ env.RELEASE_TAG }}"
files: |-
dist/amor*.tar.gz