tryp to simplify to see why we're getting internal server error
Unit Testing / test (3.10) (pull_request) Successful in 55s
Unit Testing / test (3.11) (pull_request) Successful in 52s
Unit Testing / test (3.12) (pull_request) Successful in 51s
Unit Testing / test (3.8) (pull_request) Successful in 52s
Unit Testing / test (3.9) (pull_request) Successful in 52s
Unit Testing / test (3.10) (pull_request) Successful in 55s
Unit Testing / test (3.11) (pull_request) Successful in 52s
Unit Testing / test (3.12) (pull_request) Successful in 51s
Unit Testing / test (3.8) (pull_request) Successful in 52s
Unit Testing / test (3.9) (pull_request) Successful in 52s
This commit is contained in:
@@ -79,7 +79,7 @@ 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 }}"
|
||||
#name: "Amor-Eos ${{ env.RELEASE_TAG }}"
|
||||
tag_name: ${{ env.RELEASE_TAG }}
|
||||
files: |-
|
||||
dist/amor*.tar.gz
|
||||
@@ -130,6 +130,6 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: actions/gitea-release-action@v1
|
||||
with:
|
||||
name: "Amor-Eos ${{ env.RELEASE_TAG }}"
|
||||
#name: "Amor-Eos ${{ env.RELEASE_TAG }}"
|
||||
tag_name: ${{ env.RELEASE_TAG }}
|
||||
body: ${{ env.RELEASE_NOTE }}
|
||||
#body: ${{ env.RELEASE_NOTE }}
|
||||
|
||||
Reference in New Issue
Block a user