Skip to content

Commit 2ed4616

Browse files
committed
back tick issue
1 parent bb2c3d1 commit 2ed4616

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Get current npm version
2323
id: current_version
24-
run: echo "version=$(node -p 'require(\"./package.json\").version')" >> $GITHUB_ENV
24+
run: echo "version=$(node -p 'require(`./package.json`).version')" >> $GITHUB_ENV
2525

2626
- name: Get previous npm version
2727
id: previous_version
@@ -50,8 +50,7 @@ jobs:
5050
with:
5151
tag_name: v${{ env.version }}
5252
release_name: Release v${{ env.version }}
53-
body: |
54-
New release v${{ env.version }}
53+
body: New release v${{ env.version }}
5554
draft: false
5655
prerelease: false
5756
env:

0 commit comments

Comments
 (0)