Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 5ec687c commit cf32a44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/release-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf32a44

Please sign in to comment.