Skip to content

Commit 28febf5

Browse files
authored
Update publish-release.yml
1 parent a80e3d8 commit 28febf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
4848
outputs: # For accessing them from 'release' job
4949
IS_PRE_RELEASE: ${{ env.IS_PRE_RELEASE }}
50-
APP_VERSION
50+
APP_VERSION: ${{ env.APP_VERSION }}
5151
strategy:
5252
matrix:
5353
platform: [x64] # Change platform if you want to build only a specific platform

0 commit comments

Comments
 (0)