From 438239df5794a73d1d664fb9bd8a5d7a914b87fa Mon Sep 17 00:00:00 2001 From: Vincent Giersch Date: Fri, 8 Mar 2024 11:20:12 +0100 Subject: [PATCH] chore: package name --- .github/workflows/gem-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gem-push.yml b/.github/workflows/gem-push.yml index 1d003de..6992502 100644 --- a/.github/workflows/gem-push.yml +++ b/.github/workflows/gem-push.yml @@ -28,7 +28,7 @@ jobs: id: release with: release-type: ruby - package-name: contrived_math + package-name: flat_api bump-minor-pre-major: true version-file: "lib/flat_api/version.rb" - name: Publish to GPR @@ -42,7 +42,7 @@ jobs: env: GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}" OWNER: ${{ github.repository_owner }} - if: ${{ steps.release.outputs.release_created }} + if: ${{ steps.release.outputs.release_created }}0 - name: Publish to RubyGems run: | mkdir -p $HOME/.gem