From 829e214f1285daa1ea5f41d2db81036c0f18271e Mon Sep 17 00:00:00 2001 From: Cristian Bica Date: Thu, 5 Sep 2019 01:48:31 +0300 Subject: [PATCH] CI: fix publishing --- .github/workflows/gem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gem.yml b/.github/workflows/gem.yml index fc3bd48..86dd614 100644 --- a/.github/workflows/gem.yml +++ b/.github/workflows/gem.yml @@ -30,7 +30,7 @@ jobs: with: ruby-version: 2.6.x - name: Publish - if: github.ref == 'master' + if: github.ref == 'refs/heads/master' run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials