chore: fix ci

This commit is contained in:
koenkk 2024-03-05 21:23:07 +01:00
parent 94382ee418
commit e2fa66a38c

View File

@ -16,7 +16,7 @@ jobs:
# Required for `release: merge dev -> master and promote dev`
token: ${{secrets.GH_TOKEN}}
- uses: actions/checkout@v4
if: !((github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push')
if: ((github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push') == false
- uses: actions/setup-node@v4
with:
node-version: 20