Skip to content

Commit e5376a5

Browse files
committed
fix(ci): disabled auto release [skip hint] [skip ci]
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent df6f042 commit e5376a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: ./.github/workflows/build-dotnet.yml
2020
secrets: inherit
2121

22-
release:
23-
needs: [build]
24-
uses: ./.github/workflows/release.yml
25-
secrets: inherit
22+
# release:
23+
# needs: [build]
24+
# uses: ./.github/workflows/release.yml
25+
# secrets: inherit
2626

2727
## Automatically triggered on release(?)
2828
# publish:

0 commit comments

Comments
 (0)