Skip to content

Commit

Permalink
chore: Finalize final action changes (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmandM authored May 15, 2024
1 parent bba52e5 commit e6a5fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
external_test:
runs-on: ubuntu-latest
needs: [create-release, publish-npm]
if: ${{ inputs.prerelease }} == 'false'
if: ${{ !inputs.prerelease }}
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
Expand Down

0 comments on commit e6a5fe4

Please sign in to comment.