From 5d62cf98cb97070338f063b70c24fabe7ac17d56 Mon Sep 17 00:00:00 2001 From: Shadab Ahmed Date: Thu, 20 Jan 2022 10:44:26 -0800 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9065888..5d8c352 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }} \ No newline at end of file + if: ${{ steps.release.outputs.release_created }}