Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shadabahmed authored Jan 20, 2022
1 parent f47b7ca commit 5d62cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Create release
- uses: google-github-actions/release-please-action@v2
- uses: google-github-actions/release-please-action@v3
with:
release-type: ruby
command: github-release
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
# Make sure to update the secret name
# if yours isn't named RUBYGEMS_AUTH_TOKEN
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 5d62cf9

Please sign in to comment.