Nidhal Baccouri
commited on
Commit
·
137c4b5
1
Parent(s):
a5fc398
updated pipeline
Browse files
.github/workflows/release.yml
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
name: Semantic Release
|
2 |
|
3 |
on:
|
|
|
|
|
|
|
|
|
|
|
4 |
workflow_run:
|
5 |
workflows:
|
6 |
- "production-tests"
|
|
|
1 |
name: Semantic Release
|
2 |
|
3 |
on:
|
4 |
+
workflow_dispatch:
|
5 |
+
inputs:
|
6 |
+
version:
|
7 |
+
description: Bump version
|
8 |
+
required: true
|
9 |
workflow_run:
|
10 |
workflows:
|
11 |
- "production-tests"
|