Skip to content

Commit c5dfd6a

Browse files
authored
fix(ci): Remove GitHub release pipeline (#1518)
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent 1f440d9 commit c5dfd6a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build_and_package.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,3 @@ jobs:
145145
if: ${{ cancelled() }}
146146
run: |
147147
chainloop attestation reset --trigger cancellation
148-
149-
github-release:
150-
if: github.ref_type == 'tag' # Guard to make sure we are releasing once
151-
uses: chainloop-dev/chainloop/.github/workflows/release.yaml@main
152-
with:
153-
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)