Skip to content

Commit e55664c

Browse files
authored
(๑•.•๑): fix pr title detect release 9.0.5008 (#29)
1 parent 4be75b0 commit e55664c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --global user.name "github-actions[bot]"
3333
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3434
git add Dockerfile
35-
git commit -m "(≧ω≦): upgrade OpenD version to \`${version}\`"
35+
git commit -m "(≧ω≦): upgrade OpenD version to ${version}"
3636
git checkout -b $Branch
3737
git push --set-upstream origin $Branch
3838
gh pr create --base master --fill

0 commit comments

Comments
 (0)