ci: fix workflow file

This commit is contained in:
Gauthier 2023-02-13 14:28:37 +08:00 committed by GitHub
parent d21a7a3390
commit 6583334970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ jobs:
name: Semantic Release
runs-on: ubuntu-latest
needs: [ test, webui ]
if: ${{ github.event_name == 'workflow_dispatch' && && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3