We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dab77 commit 02a4e97Copy full SHA for 02a4e97
.github/workflows/release.yml
@@ -26,10 +26,10 @@ jobs:
26
releases_created: ${{ steps.release-please.outputs.releases_created }}
27
prs_created: ${{ steps.release-please.outputs.prs_created }}
28
steps:
29
- - uses: google-github-actions/release-please-action@v4
30
- id: release-please
31
- with:
32
- token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
+ - uses: google-github-actions/release-please-action@v4
+ id: release-please
+ with:
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
33
- name: Print Release Data
34
run: |
35
echo 'Release Data:'
0 commit comments