mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2026-06-20 20:46:32 +00:00
Try to fix build by swapping truthy value
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
version: 2.0.${{ github.run_number }}${{ github.ref == 'refs/heads/master' && '' || '-prerelease' }}
|
||||
version: 2.0.${{ github.run_number }}${{ github.ref != 'refs/heads/master' && '-prerelease' || '' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user