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
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:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user