Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel authored Dec 5, 2023
1 parent 0f933db commit 0fb338e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
token: ${{secrets.CDS_DBS_TOKEN}}
command: manifest
monorepo-tags: true
- name: log
run: echo ${{ toJSON(steps.release.outputs) }}
- name: Only run subsquent steps if a release needs to be published
run: |
if ["${{ steps.release.outputs.releases_created }}" !== ""]; then
if ["${{ steps.release.outputs.releases_created }}" != ""]; then
echo "OK proceeding to release"
else
echo "No release needs to be published, exiting…"
Expand Down

0 comments on commit 0fb338e

Please sign in to comment.