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 5e6b97d commit cc29328Copy full SHA for cc29328
.github/workflows/dotnet.yml
@@ -114,7 +114,7 @@ jobs:
114
id: get_version
115
run: |
116
cd publish
117
- TSABVERSION=${{ needs.build_tsab.outputs.tsab_version }}
+ TSABVERSION="${{ needs.build_tsab.outputs.tsab_version }}"
118
TSABBRANCH="${{ github.head_ref || github.ref_name }}"
119
TASBBUILDSUFFIX=$(echo ${{ matrix.rid }} | tr '-' '_')
120
echo "TSABVERSION=$TSABVERSION" >> $GITHUB_ENV
0 commit comments