Skip to content

Set permissions

Set permissions #8

Workflow file for this run

name: Bump Semantic Version
on:
push:
branches:
- main
- issue-18-cicd
permissions:
contents: write
pull-requests: write
jobs:
cd-core:
uses: ./.github/workflows/_cd.yml
with:
working-directory: core
update-versions-in: '[{"file": "core/package.json"}]'