We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b46915 commit 4e19a32Copy full SHA for 4e19a32
.github/workflows/release-please.yaml
@@ -24,10 +24,6 @@ jobs:
24
token: ${{ secrets.GITHUB_TOKEN }}
25
config-file: release-please-config.json
26
manifest-file: .release-please-manifest.json
27
- - name: release-details
28
- id: release-details
29
- run: |
30
- echo "${{ toJSON(steps.release.outputs) }}"
31
- name: versions
32
if: ${{ fromJSON(steps.release.outputs.releases_created) }}
33
id: versions
0 commit comments