Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit c204f41

Browse files
committed
fix: version in app config
1 parent ab6b71b commit c204f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
LF_VERSION=$(cat package.json | jq -r '.version')
3131
echo "current-version=$LF_VERSION" >> "$GITHUB_OUTPUT"
32-
- name: update app config
33-
run: sed -i 's/0.0.0/${{ steps.package-version.outputs.current-version}}/g' src/config/app.json
32+
# - name: update app config
33+
# run: sed -i 's/0.0.0/${{ steps.package-version.outputs.current-version}}/g' src/config/app.json
3434

3535
# create release info and push it upstream
3636
- name: conventional Changelog Action

0 commit comments

Comments
 (0)