Update test-flow.yml
parent
9a07d73ecf
commit
c9aeba94af
|
|
@ -34,13 +34,5 @@ jobs:
|
||||||
run: echo '${{ toJSON(vars) }}'
|
run: echo '${{ toJSON(vars) }}'
|
||||||
- name: Dump secrets context
|
- name: Dump secrets context
|
||||||
run: echo '${{ toJSON(secrets) }}'
|
run: echo '${{ toJSON(secrets) }}'
|
||||||
- name: "Create release"
|
- name: Run test script
|
||||||
uses: bozemanpass/action-gh-release@gitea-testing
|
run: ./scripts/run-test.sh
|
||||||
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue