Skip to content

Commit 1165524

Browse files
authored
Merge pull request #244 from bastelfreak/ci_post_2
Blog Post: Enhance GitHub Release action
2 parents ac2dd4e + 3a0a7b9 commit 1165524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2021-06-18-the-new-ci-setup-for-rubygems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ on:
5959
jobs:
6060
release:
6161
runs-on: ubuntu-latest
62-
if: github.repository == 'voxpupuli/$repository'
62+
if: github.repository_owner == 'voxpupuli'
6363
steps:
6464
- uses: actions/checkout@v2
6565
- name: Install Ruby 3.0

0 commit comments

Comments
 (0)