Skip to content

Commit

Permalink
Merge pull request #5 from 42devs/release/1.0.4
Browse files Browse the repository at this point in the history
fix: subtitution
  • Loading branch information
themakunga authored Dec 14, 2023
2 parents 5bab853 + a92cefb commit b47be73
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 b47be73

Please sign in to comment.