Skip to content

Commit

Permalink
Fix typo (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg authored Mar 8, 2024
1 parent aaec3df commit 2cc80a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: chore: bump versions
commit-message: "chore: bump versions"
branch: releases/v${{ steps.update_versions.outputs.version }}
base: main
title: Release v${{ steps.update_versions.outputs.version }}
Expand Down

0 comments on commit 2cc80a6

Please sign in to comment.