Skip to content

Commit

Permalink
fix: udpate release-please condition
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Dec 11, 2023
1 parent b2b2107 commit 360ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: graasp/graasp-deploy/.github/actions/publish-to-npm@v1
with:
npm-token: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created == "true" }}

0 comments on commit 360ba61

Please sign in to comment.