mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
the test workflow is not meant to release
This commit is contained in:
parent
75c1f66a12
commit
bd439537ba
1 changed files with 0 additions and 11 deletions
|
@ -21,14 +21,3 @@ jobs:
|
|||
run: make build
|
||||
- name: test
|
||||
run: make test
|
||||
- run: |
|
||||
mkdir release
|
||||
mv forgejo-runner release
|
||||
- if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v1
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: release
|
||||
release-notes: "RELEASE-NOTES#${{ github.ref_name }}"
|
||||
token: ${{ secrets.TOKEN }}
|
||||
verbose: true
|
||||
|
|
Loading…
Reference in a new issue