From 6e65bfe418f95e1d8b16cf0419073bb497d3dde8 Mon Sep 17 00:00:00 2001 From: Michael Borland Date: Thu, 19 Dec 2024 20:29:51 +0000 Subject: [PATCH] wip: releaser --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b6ce4c..698741d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,8 +20,6 @@ jobs: contents: write # Allows reading the content of the repository. packages: write # Allows reading the content of the repository's packages. id-token: write - needs: tag-new-version - if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} strategy: matrix: flavor: [upstream, registry1]