Skip to content

Commit

Permalink
chore: Finalise updates to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmandM committed May 15, 2024
1 parent 7881d68 commit cf17120
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 cf17120

Please sign in to comment.