remove $ before env

This commit is contained in:
Hongtao Zhang 2024-03-27 00:54:14 -05:00
parent 9f5f04ce8c
commit d013135531

View file

@ -33,7 +33,7 @@ jobs:
with:
file: |
"**/SolutionAssemblyInfo.cs"
version: ${{ $env.FlowVersion }}.${{ $env.BUILD_NUMBER }}
version: ${{ env.FlowVersion }}.${{ env.BUILD_NUMBER }}
- uses: actions/cache@v4
name: Restore Nuget Cache
with: