Skip to content

Commit 2783a26

Browse files
committed
Fix syntax
1 parent 31fee12 commit 2783a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "release=$version" >> $GITHUB_OUTPUT
7878
echo "releasenumber=${version//[!0-9]/}" >> $GITHUB_OUTPUT
7979
80-
- name: Commit and Push
80+
- name: Commit and Push
8181
run: |
8282
git add -A
8383
git commit -m "Release ${{ steps.version.outputs.release }}"

0 commit comments

Comments
 (0)