Skip to content

chore: split release workflow in two (#113) #42

chore: split release workflow in two (#113)

chore: split release workflow in two (#113) #42

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@v8
secrets:
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN_OPEN_SOURCE }}