Skip to content

ci(build): fix docker-compose command not found #33

ci(build): fix docker-compose command not found

ci(build): fix docker-compose command not found #33

name: release-please
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Release-please check
id: release
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
skip-github-release: true
changelog-path: CHANGELOG.md
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous Changes","hidden":false}]'