Skip to content

fix: hca download matrices and copy to clipboard buttons not working … #187

fix: hca download matrices and copy to clipboard buttons not working …

fix: hca download matrices and copy to clipboard buttons not working … #187

on:
push:
branches:
- main
workflow_dispatch: # Enable manual triggering
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: release-please-config.json
token: ${{ secrets.GITHUB_TOKEN }}