Skip to content

chore(deps-dev): bump eslint-plugin-jsonc from 2.21.1 to 3.1.1 in the npm-development-dependencies group #56

chore(deps-dev): bump eslint-plugin-jsonc from 2.21.1 to 3.1.1 in the npm-development-dependencies group

chore(deps-dev): bump eslint-plugin-jsonc from 2.21.1 to 3.1.1 in the npm-development-dependencies group #56

Workflow file for this run

---
name: "Prepare release"
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
release:
uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
permissions:
contents: write
id-token: write
pull-requests: write
with:
github-app-id: ${{ vars.CI_BOT_APP_ID }}
secrets:
github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}