Skip to content

Commit

Permalink
ci(release): set ID for release-please step
Browse files Browse the repository at this point in the history
`${{ steps.release.outputs.release_created }}` wouldn’t create an
error but return an empty value.
  • Loading branch information
shivjm committed Nov 7, 2021
1 parent b267cdf commit 2b2b60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
release-type: go
package-name: ${{ env.PACKAGE }}
Expand Down

0 comments on commit 2b2b60d

Please sign in to comment.