Skip to content

Commit f809347

Browse files
committed
fix: release workflow
1 parent e8f6a2c commit f809347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
github-token: '${{ secrets.ACTIONS_BOT_TOKEN }}'
6565
script: |-
6666
const tag = "v" + process.env.NEW_VERSION;
67-
const releaseNotes = process.env.RELEASE_NOTES.
67+
const releaseNotes = process.env.RELEASE_NOTES;
6868
6969
try {
7070
const createReleaseRequest = {

0 commit comments

Comments
 (0)