diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2866cec6..12128691 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,9 +1,10 @@ +name: release-please + on: push: branches: - main -name: release-please jobs: release-please: runs-on: ubuntu-latest @@ -12,8 +13,6 @@ jobs: id: release with: release-type: node - package-name: graasp-translations - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false}]' - uses: actions/checkout@v4 @@ -34,4 +33,4 @@ jobs: uses: graasp/graasp-deploy/.github/actions/publish-to-npm@v1 with: npm-token: ${{ secrets.NPM_TOKEN }} - if: ${{ steps.release.outputs.releases_created }} + if: ${{ steps.release.outputs.release_created }}