We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7409bcc commit 1171dc4Copy full SHA for 1171dc4
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Get Package Version
55
id: package_version
56
shell: bash
57
- run: echo "PACKAGE_VERSION=$(node -p -e \"require('./electron/package.json').version\")" >> $GITHUB_ENV
+ run: echo "PACKAGE_VERSION=$(node -p -e "require('./electron/package.json').version")" >> $GITHUB_ENV
58
59
- name: Setup Sentry Release
60
if: matrix.os == 'ubuntu-latest'
0 commit comments