Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Please: Manage Versions and Changelog
name: "Release Please: Manage Versions and Changelog"

on:
push:
Expand All @@ -10,15 +10,15 @@ permissions:
pull-requests: write

jobs:
release-please:
name: Release Please: Manage Versions and Changelog
release:
name: "Release and Changelog"
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout Repository
uses: actions/checkout@v4

- name: Run Release Please
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
release-type: simple
Loading