Skip to content

fix(deps): update all dependencies #32

fix(deps): update all dependencies

fix(deps): update all dependencies #32

---

Check failure on line 1 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-please.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: vars
on:
push:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- 'common/graphics/**'
- '!.github/workflows/deploy.yml'
- '!.github/workflows/merge.yml'
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
vars:
release-please:
name: Release-Please
runs-on: ubuntu-22.04
timeout-minutes: 2
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
package-name: release-please-action
changelog-types: '[{"type":"ORV2","section":"Features","hidden":false},{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"build","section":"Miscellaneous","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"ci","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Miscellaneous","hidden":false},{"type":"perf","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"revert","section":"Miscellaneous","hidden":false},{"type":"style","section":"Miscellaneous","hidden":false},{"type":"test","section":"Miscellaneous","hidden":false}]'