Skip to content

Commit 6a64de2

Browse files
committed
fix
1 parent f5d3a5d commit 6a64de2

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
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Update version in manifest file
3939
run: |
40-
sed -i "s/version=0.0.1/version=${{ steps.read_version.outputs.version }}/" app/manifest
40+
sed -i "s|version=0.0.1|version=${{ steps.read_version.outputs.version }}|" app/manifest
4141
4242
- name: Get changelog
4343
id: read_log

0 commit comments

Comments
 (0)