Skip to content

Commit

Permalink
fix: subtitution
Browse files Browse the repository at this point in the history
  • Loading branch information
themakunga committed Dec 14, 2023
1 parent dbf2d76 commit a92cefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm install
- name: Set Current Version
run: |
CURRENT_VERSION=${node -p 'require("./lerna.json").version'}
CURRENT_VERSION=$(node -p 'require("./lerna.json").version')
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
- name: Tag Check
id: tag_check
Expand Down

0 comments on commit a92cefb

Please sign in to comment.