Update test-flow.yml

main
David Boreham 2023-04-20 11:18:55 -06:00 committed by GitHub
parent 9a07d73ecf
commit c9aeba94af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -34,13 +34,5 @@ jobs:
run: echo '${{ toJSON(vars) }}'
- name: Dump secrets context
run: echo '${{ toJSON(secrets) }}'
- name: "Create release"
uses: bozemanpass/action-gh-release@gitea-testing
with:
tag_name: "v1.2.14"
files: README.md
#- name: "Upload release artifact"
# uses: bozemanpass/action-gh-release@gitea-testing
# with:
# tag_name: "v1.2.3"
# files: README.md
- name: Run test script
run: ./scripts/run-test.sh