Skip to content

Commit

Permalink
chore: fix issue with syntax in release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Dec 11, 2023
1 parent b43c1d1 commit 95cf2c4
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 @@ -28,4 +28,4 @@ jobs:
uses: graasp/graasp-deploy/.github/actions/publish-to-npm@v1
with:
npm-token: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.releases_created == "true" }}
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 comments on commit 95cf2c4

Please sign in to comment.