From af09d539ae9bc21ef5261431f375a8aa7ede3b67 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Fri, 13 Sep 2024 13:20:36 +0300 Subject: [PATCH] wip --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2be63c3..8b62a58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,9 @@ jobs: id-token: write contents: write + env: + PUBLISH_JOB: true + # Run on push to master branch # if: github.event_name == 'push' && github.ref == 'refs/heads/master' if: github.event_name == 'push' @@ -69,5 +72,3 @@ jobs: bundler-cache: true - uses: rubygems/release-gem@v1 - env: - PUBLISH_JOB: true