diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f0ba59..0f5c5b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Manual Trigger +name: Release (Manual Trigger) on: workflow_dispatch: @@ -11,9 +11,9 @@ jobs: - name: Increment version uses: googleapis/release-please-action@v4 with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} release-type: python - skip-github-releases: false + skip-github-release: false skip-github-pull-request: true # bumps z in x.y.z if the commit message is: "fix: blah blah blah" (patch)