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 a07bc3c commit a1d0167Copy full SHA for a1d0167
.github/workflows/build_app.yml
@@ -162,8 +162,6 @@ jobs:
162
env:
163
SUFFIX: ${{ matrix.suffix }}
164
RELEASE_ID: ${{ needs.create-release.outputs.release_id }}
165
- RELEASE_TAG: ${{ needs.create-release.outputs.tag }}
166
- VERSION: ${{ needs.create-release.outputs.version }}
167
with:
168
github-token: ${{ secrets.YGUI_TOKEN }}
169
script: |
@@ -184,9 +182,7 @@ jobs:
184
182
input_artifact_name: `dist-${suffix}`,
185
183
output_artifact_name: `signed-dist-${suffix}`,
186
callback_stage: `exe-${suffix}`,
187
- release_id: parseInt(process.env.RELEASE_ID),
188
- release_tag: process.env.RELEASE_TAG,
189
- version: process.env.VERSION
+ release_id: parseInt(process.env.RELEASE_ID)
190
}
191
});
192
0 commit comments