Skip to content

Commit

Permalink
Merge pull request #31 from dwilkie/fix_release_1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Feb 1, 2023
2 parents 20a1b1b + 6a2da62 commit 8d3233f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
release-type: ruby
bump-minor-pre-major: true
version-file: "lib/pumi/version.rb"

- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
Expand All @@ -25,6 +26,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- name: publish gem
if: ${{ steps.release.outputs.release_created }}
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand All @@ -34,4 +36,3 @@ jobs:
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.GEM_HOST_API_KEY}}"
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 8d3233f

Please sign in to comment.