mod(action): release action
This commit is contained in:
@@ -11,7 +11,6 @@ jobs:
|
|||||||
name: Release go project
|
name: Release go project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -28,8 +27,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: serve
|
name: serve
|
||||||
path: ./bin/serve
|
path: ./bin/serve
|
||||||
on-failure:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
|
||||||
steps:
|
|
||||||
- run: echo 'Cannot release with failing tests'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user