From 806074f66e955908bf82ba9bb2b91f2766112fe0 Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Mon, 23 Oct 2023 18:56:07 +0100 Subject: [PATCH] feat(ci): showing all the outputs of RP --- .github/workflows/release-please.yml | 16 +++++++++++----- release-please-config.json | 1 + 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 42aea9685b6..c29437ddbb6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,9 +1,4 @@ on: [push] - # push: - # branches: - # - release - # - master - # - hotfix-* permissions: contents: write @@ -20,6 +15,17 @@ jobs: with: command: manifest default-branch: release + - run: | + echo ${{ steps.release.outputs.release_created }} + echo ${{ steps.release.outputs.upload_url }} + echo ${{ steps.release.outputs.html_url }} + echo ${{ steps.release.outputs.tag_name }} + echo ${{ steps.release.outputs.major }} + echo ${{ steps.release.outputs.minor }} + echo ${{ steps.release.outputs.patch }} + echo ${{ steps.release.outputs.sha }} + echo ${{ steps.release.outputs.pr }} + echo ${{ steps.release.outputs.prs }} - uses: actions/checkout@v2 if: ${{ steps.release.outputs.release_created }} - name: Tagging the release diff --git a/release-please-config.json b/release-please-config.json index bae9b741056..7505eb5b3a7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,6 @@ { "bootstrap-sha": "5c0b283ecffed911ba263bdcdb431a13f5572820", + "skip-github-release": false, "packages": { ".": { "release-type": "node",