From cf32a440edae2276de7090cf2ac589d49ae641ac Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:44:18 -0600 Subject: [PATCH] fix --- .github/workflows/release.yml | 1 - scripts/release-alpine.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 343179250c..60b4fa4ff8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,6 @@ jobs: token: ${{ secrets.RTX_GITHUB_BOT_TOKEN }} bump-homebrew-formula: runs-on: macos-latest - if: startsWith(github.event.ref, 'refs/tags/v') timeout-minutes: 10 needs: [release] continue-on-error: true diff --git a/scripts/release-alpine.sh b/scripts/release-alpine.sh index 566596fa09..da9d303d74 100755 --- a/scripts/release-alpine.sh +++ b/scripts/release-alpine.sh @@ -29,7 +29,6 @@ abuild -r apkbuild-lint APKBUILD git add APKBUILD -git checkout -b rtx git commit -m "community/rtx: upgrade to ${RTX_VERSION#v}" if [ "$DRY_RUN" == 0 ]; then