Skip to content

Commit 06aa05c

Browse files
committed
Update build.yml
1 parent 474d079 commit 06aa05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
gem_version="$(ruby -r rubygems -e "puts Gem::Specification::load('$(ls *.gemspec)').version")"
4949
unset STABLE
50-
[[ "$gem_version" == *.[0-9]* ]] && STABLE='true'
50+
[[ "$gem_version" == *.rc* ]] || STABLE='true'
5151
echo "::set-output name=STABLE::${STABLE}"
5252
- name: Tag and deploy
5353
uses: discourse/publish-rubygems-action@v2-beta

0 commit comments

Comments
 (0)