mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-26 11:01:18 +02:00
Fix version of mislav/bump-homebrew-formula-action to avoid bug
This commit is contained in:
parent
9c556f210a
commit
2ab13a9c4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Bump Homebrew formula
|
name: Bump Homebrew formula
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mislav/bump-homebrew-formula-action@v1
|
- uses: mislav/bump-homebrew-formula-action@v1.13
|
||||||
if: "!contains(github.ref, '-')" # skip prereleases
|
if: "!contains(github.ref, '-')" # skip prereleases
|
||||||
with:
|
with:
|
||||||
formula-name: ruby-build
|
formula-name: ruby-build
|
||||||
|
|
Loading…
Reference in a new issue