Skip to content

Commit

Permalink
ci: change negation for coreSDK publish (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d authored May 10, 2023
1 parent c41414d commit 7841ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
coreSDK:
runs-on: ubuntu-latest
if: !contains(github.event.release.target_commitish, 'release/video/')
if: contains(github.event.release.target_commitish, 'release/video/') == false
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 7841ede

Please sign in to comment.