From 9cc743b95e6d5d165a349d72f5ef2eaeffab1c3f Mon Sep 17 00:00:00 2001 From: orpos <58054927+orpos@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:24:30 -0300 Subject: [PATCH] remove unused action --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 232f6ba..48979ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: permissions: contents: write pull-requests: read - needs: [ build, publish ] + needs: [ build ] steps: - uses: actions/checkout@v4 with: