Skip to content

Commit

Permalink
Merge branch 'main' into fields-sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly authored May 21, 2024
2 parents dae9f76 + ac2aae7 commit 6f0220f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual Trigger
name: Release (Manual Trigger)

on:
workflow_dispatch:
Expand All @@ -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)
Expand Down

0 comments on commit 6f0220f

Please sign in to comment.