Fix version string

This commit is contained in:
Luis Blanco 2023-01-04 14:50:40 +04:00
parent 104fad35ae
commit 0564af1e96
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Get Package Version
id: package-version
run: node -p "version=${require('./package').version}" >> $GITHUB_OUTPUT
run: node -p "'version='+require('./package').version" >> $GITHUB_OUTPUT
# - name: Publish
# run: |