From 43c2caeccdb4b7727cdd1d9ceadd4e7bc6866f91 Mon Sep 17 00:00:00 2001 From: Alex Moon Date: Tue, 19 Nov 2024 14:42:08 -0500 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db3a3bb..e17445c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: needs: check runs-on: ubuntu-latest timeout-minutes: 10 - if: github.ref == 'refs/heads/main' steps: - name: Checkout code uses: actions/checkout@v4 @@ -70,4 +69,4 @@ jobs: # run: | # echo "Performing dry-run publish to crates.io" # cargo publish --dry-run - \ No newline at end of file +