Skip to content

fix: upgrade multiple dependencies with Snyk #458

fix: upgrade multiple dependencies with Snyk

fix: upgrade multiple dependencies with Snyk #458

name: Turbopack Nightly Release
on:
- cron: "15 8 * * *" # Run every day at 00:15 PST

Check failure on line 4 in .github/workflows/turbopack-nightly-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/turbopack-nightly-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
workflow_dispatch:
jobs:
turbopack_nightly:
name: Cut nightly Turbopack release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Tag nightly
id: tag_version
uses: ./.github/actions/turbopack-bump
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
prefix: "turbopack-"