We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e9c0b commit 36c9fd6Copy full SHA for 36c9fd6
1 file changed
.github/workflows/PublishRelease.yml
@@ -44,4 +44,4 @@ jobs:
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
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 }}
+ Build__Version: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || github.ref_name }}
0 commit comments