Skip to content

Commit f5c8e56

Browse files
committed
fix
1 parent 9c87a16 commit f5c8e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
# path: packages/cli/build/native/nativeOptimizedCompile/**/*.*
196196
- name: "Get Version"
197197
run: |
198-
source ./tools/scripts/release/version-setter.sh
198+
source ./tools/scripts/release/version-set.sh
199199
echo "ELIDE_VERSION=$ELIDE_VERSION" >> $GITHUB_ENV
200200
- name: "🛠 Release: Package"
201201
run: bash ./tools/scripts/release/package-release.sh

0 commit comments

Comments
 (0)