Skip to content

Commit

Permalink
ci: update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Sep 21, 2021
1 parent 0bf39a1 commit e9f1e20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest

- name: Echo release outputs
run: echo ${{ steps.release.outputs.releases_created }}
- name: Echo release_created
run: echo "${{ steps.release.outputs.release_created }}"

- name: Echo releases_created
run: echo "${{ steps.release.outputs.releases_created }}"

0 comments on commit e9f1e20

Please sign in to comment.