Skip to content

Commit

Permalink
Merge branch 'master' into release-please--branches--master--componen…
Browse files Browse the repository at this point in the history
…ts--butler-sos
  • Loading branch information
mountaindude authored Jul 30, 2023
2 parents d5edb61 + ec26b94 commit c4f4912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "c23c63217a256f24710f68c562ddfc39f4ddb28e",
"last-release-sha": "c23c63217a256f24710f68c562ddfc39f4ddb28e",
"release-as": "9.5.0",
"release-type": "node",
"draft": true,
Expand Down

0 comments on commit c4f4912

Please sign in to comment.