updated release action
This commit is contained in:
parent
1932520b6a
commit
b79881f98d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -3,13 +3,13 @@ name: GitHub Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ v* ]
|
tags: [ v* ]
|
||||||
workflow_run:
|
# workflow_run:
|
||||||
workflows: ["Docker Release"]
|
# workflows: ["Docker Release"]
|
||||||
types: [completed]
|
# types: [completed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in a new issue