Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Sep 29, 2023
1 parent 29e29b9 commit 0a53f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Otherwise, `publish` command will be invoked.
- name: Create Release Pull Request or Publish to npm
id: changesets
if: !inputs.post-publish-only
if: inputs.post-publish-only != 'true'
uses: changesets/action@v1
with:
title: New release
Expand Down

0 comments on commit 0a53f5f

Please sign in to comment.