Skip to content

Commit

Permalink
feat(ci): showing all the outputs of RP
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Oct 23, 2023
1 parent c5eafa4 commit 806074f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
on: [push]
# push:
# branches:
# - release
# - master
# - hotfix-*

permissions:
contents: write
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"bootstrap-sha": "5c0b283ecffed911ba263bdcdb431a13f5572820",
"skip-github-release": false,
"packages": {
".": {
"release-type": "node",
Expand Down

0 comments on commit 806074f

Please sign in to comment.