reattempt
This commit is contained in:
parent
de068f4b9f
commit
f42580a514
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on: [tag]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue