Skip to content

Commit ce95550

Browse files
committed
fix trailing "
1 parent f5d0e55 commit ce95550

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: version_changed
4141
run: |
4242
version=$(node -p "require('./package.json').version")
43-
current_version="v${version}
43+
current_version=v${version}
4444
previous_version="${{ steps.previous_tag.outputs.tag }}"
4545
4646
if [[ "${current_version}" != "${previous_version}" ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build-win": "electron-builder --win --publish=never && pkg ./ --targets latest-win-x64 --no-bytecode",
4343
"build-linux": "electron-builder --linux --publish=never && pkg ./ --targets latest-linux-x64 --no-bytecode",
4444
"build-docker": "docker build -t emulatorjs-netplay-server .",
45-
"release-notes": ""
45+
"release-notes": " "
4646
},
4747
"dependencies": {
4848
"express": "^4.18.2",

0 commit comments

Comments
 (0)