Skip to content

Commit

Permalink
fix(ci): disabled auto release
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
  • Loading branch information
JBBianchi committed Sep 12, 2024
1 parent df6f042 commit e5ed276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: ./.github/workflows/build-dotnet.yml
secrets: inherit

release:
needs: [build]
uses: ./.github/workflows/release.yml
secrets: inherit
# release:
# needs: [build]
# uses: ./.github/workflows/release.yml
# secrets: inherit

## Automatically triggered on release(?)
# publish:
Expand Down

0 comments on commit e5ed276

Please sign in to comment.