Skip to content

Commit

Permalink
chore: update example app release pr creation
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor committed Nov 14, 2024
1 parent cf005c2 commit b5314ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/example_app_release_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Will create PR only if new version in root pubspec exists

name: Make example app release PR.
name: Make example app release PR

on:
workflow_dispatch:
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
if: steps.check_changes.outputs.has_changes
uses: peter-evans/create-pull-request@v7
with:
token: $GITHUB_TOKEN
commit-message: ${{ format('chore:\ Example app release v{0}', steps.read_version.pubspec_version) }}
branch: "chore/example-release"
title: ${{ format('Release example app v{0}', steps.read_version.pubspec_version) }}
Expand Down

0 comments on commit b5314ec

Please sign in to comment.