Skip to content

Commit

Permalink
chore: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Mar 8, 2024
1 parent 792ce4e commit 438239d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 438239d

Please sign in to comment.