Skip to content

fix: make concurrency work (#147) #68

fix: make concurrency work (#147)

fix: make concurrency work (#147) #68

Workflow file for this run

name: Prepare the release
on:
push:
branches:
- main
paths:
- ".github/workflows/*.yaml"
workflow_dispatch:
jobs:
release:
uses: parcelLab/ci/.github/workflows/release.yaml@v9
secrets:
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}