Skip to content

Commit

Permalink
build: slight spec reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoberano-ld committed Jan 24, 2024
1 parent 4e10535 commit 84d1413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
jobs:
release-package:
runs-on: ubuntu-latest
outputs:
release-created: ${{ steps.release.outputs.release_created }}
upload-tag-name: ${{ steps.release.outputs.tag_name }}
package-hashes: ${{ steps.build.outputs.package-hashes}}
permissions:
id-token: write # Needed if using OIDC to get release secrets.
contents: write # Contents and pull-requests are for release-please to make releases.
pull-requests: write
outputs:
release-created: ${{ steps.release.outputs.release_created }}
upload-tag-name: ${{ steps.release.outputs.tag_name }}
package-hashes: ${{ steps.build.outputs.package-hashes}}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down

0 comments on commit 84d1413

Please sign in to comment.