diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9dbbf76..cf08482 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,17 +19,8 @@ jobs: outputs: release_created: ${{ steps.release.outputs.release_created }} steps: - - name: Generate token - id: generate-token - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 - with: - app-id: ${{ vars.SDK_BOT_APP_ID }} - private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }} - - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 id: release - with: - token: ${{ steps.generate-token.outputs.token }} publish: needs: release-please diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 6e6af33..a0e1bd7 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -7,5 +7,10 @@ "tabWidth": 2, "singleQuote": true, "printWidth": 80, - "ignorePatterns": ["pnpm-lock.yaml", "package-lock.json", "dist"] + "ignorePatterns": [ + "pnpm-lock.yaml", + "package-lock.json", + "dist", + "CHANGELOG.md" + ] }