We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d3a5d commit 6a64de2Copy full SHA for 6a64de2
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Update version in manifest file
39
run: |
40
- sed -i "s/version=0.0.1/version=${{ steps.read_version.outputs.version }}/" app/manifest
+ sed -i "s|version=0.0.1|version=${{ steps.read_version.outputs.version }}|" app/manifest
41
42
- name: Get changelog
43
id: read_log
0 commit comments