Skip to content

chore: use latest ci version (#6) #2

chore: use latest ci version (#6)

chore: use latest ci version (#6) #2

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths-ignore:
- "chart/**"
workflow_dispatch:
jobs:
draft_release:
if: github.ref == 'refs/heads/main'
uses: parcellab/ci/.github/workflows/release.yaml@v8
with:
commitish: ${{ github.sha }}
secrets:
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN }}