Skip to content

Commit 36c9fd6

Browse files
committed
fix(ci): update PublishRelease.yml to change version variable name
1 parent 53e9c0b commit 36c9fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
DOTNET_ENVIRONMENT: ${{ (github.ref_name == 'main' || github.ref_type == 'tag') && 'Production' || 'Development' }}
47-
Publish__Version: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || github.ref_name }}
47+
Build__Version: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || github.ref_name }}

0 commit comments

Comments
 (0)