Retry 9.5.0 release

This commit is contained in:
Göran Sander
2023-07-30 18:33:25 +00:00
parent fdddd390f3
commit 897f01c55e
2 changed files with 3 additions and 4 deletions

View File

@@ -32,13 +32,13 @@ jobs:
# fork: false
# clean: true
- name: Show output from Release-Please
- name: Show output from Release-Please 1
if: always()
env:
RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
run: echo "$RELEASE_PLEASE_OUTPUT"
- name: Show output from Release-Please
- name: Show output from Release-Please 2
if: ${{ steps.release.outputs.release_created }}
run: |
echo "releases_created: ${{ steps.release.outputs.releases_created }}"
@@ -52,7 +52,7 @@ jobs:
echo "minor : ${{ steps.release.outputs.minor }}"
echo "patch : ${{ steps.release.outputs.patch }}"
echo "sha : ${{ steps.release.outputs.sha }}"
echo "pr : ${{ steps.release.outputs.pr }}"
# echo "pr : ${{ steps.release.outputs.pr }}"
- name: Checkout repository
if: github.repository_owner == 'ptarmiganlabs'

View File

@@ -1,5 +1,4 @@
{
"bootstrap-sha": "c23c63217a256f24710f68c562ddfc39f4ddb28e",
"release-as": "9.5.0",
"release-type": "node",
"draft": true,