Skip to content

Commit cdf9eab

Browse files
committed
fixed: name
1 parent 559b88b commit cdf9eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: get_version
4343
run: |
4444
echo ::set-output name=PACKAGE_VERSION_NAME::$(node -p "require('./package.json').version")
45-
echo ::set-output name=PACKAGE_NAME::$(node -p "require('./package.json').version")
45+
echo ::set-output name=PACKAGE_NAME::$(node -p "require('./package.json').name")
4646
echo ::set-output name=COMMIT_ID::$(echo ${{ github.sha }} | cut -c1-7)
4747
- name: Set name
4848
id: set_name

0 commit comments

Comments
 (0)