Skip to content

Commit 2773fa7

Browse files
authored
Merge pull request #1862 from flyingcakes85/patch-1
[fix] ci: fix version name in aur commit message
2 parents c600a4a + be3ce6e commit 2773fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if git diff --staged --quiet; then
138138
echo "No changes to commit"
139139
else
140-
COMMIT_MSG="v${{ steps.get-version.outputs.version }}"
140+
COMMIT_MSG="${{ steps.get-version.outputs.version }}"
141141
142142
git commit -m "$COMMIT_MSG"
143143

0 commit comments

Comments
 (0)