Skip to content

Commit

Permalink
SWI-1694: fix conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajanu committed Oct 19, 2023
1 parent 4ed5833 commit a0cdb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
deploy_pre_release:
name: Deploy OpenAPI Generator Client Pre-Release
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'feature/openapi-generator-sdk' }}
if: ${{ github.event.release.prerelease && github.event.release.target_commitish == 'feature/openapi-generator-sdk' }}
runs-on: ubuntu-latest
env:
BW_PROJECT_NAME: src/Bandwidth.Standard
Expand Down

0 comments on commit a0cdb82

Please sign in to comment.