mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
chore: tangle if doesn't need expression brackets (#869)
This commit is contained in:
parent
f0559fad41
commit
c0c27202c2
@ -47,7 +47,7 @@ jobs:
|
||||
tangle:
|
||||
runs-on: ubuntu-latest
|
||||
needs: version-or-publish
|
||||
if: ${{ needs.version-or-publish.outputs.successfulPublish }} == 'true'
|
||||
if: needs.version-or-publish.outputs.successfulPublish == 'true'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user