Skip to content

feat: add custom property value sync (#72) #58

feat: add custom property value sync (#72)

feat: add custom property value sync (#72) #58

Workflow file for this run

name: 'Publish GitHub Action'
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
issues: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: joshjohanning/publish-github-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
npm_package_command: npm run package
commit_node_modules: false
publish_minor_version: false
publish_release_branch: false
create_release_as_draft: true
draft_release_pr_reminder: true
comment_on_linked_issues: true