Skip to content

Commit

Permalink
feat: tweak release action
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Nov 23, 2022
1 parent 64028bc commit 38a56b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ on:
jobs:
release:
runs-on: ubuntu-latest
env:
GEM_NAME: "lock"
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@v
id: release
with:
release-type: ruby
package-name: rails-lock
package-name: ${{ env.GEM_NAME }}
bump-minor-pre-major: true
version-file: "lib/${{ env.GEM_NAME }}/version.rb"
- uses: actions/checkout@v2
if: steps.release.outputs.release_created
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 38a56b8

Please sign in to comment.