Browse Source

chore: fix

pull/346/head
Eugenio Parodi 12 months ago
parent
commit
d728371a04
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -44,7 +44,7 @@ jobs:
echo OUTPUTS: "$OUTPUTS"
- name: Update Version
if: ${{ steps.release-please.outputs.prs_created }}
if: ${{ steps.release-please.outputs.prs_created == 'true'}}
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}

Loading…
Cancel
Save