mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
Fix release workflow dispatch type (#171)
This commit is contained in:
parent
1ffca081cf
commit
baec9203ba
4
.github/workflows/release_github.yml
vendored
4
.github/workflows/release_github.yml
vendored
@ -1,9 +1,7 @@
|
|||||||
name: "Make github release"
|
name: "Make github release"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-github:
|
release-github:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user