Fix dotnet version used for [NugetDeploy]

This commit is contained in:
Cyberboss
2020-12-28 18:23:28 -05:00
parent 697b44d630
commit 007c40fe0f
+5
View File
@@ -649,6 +649,11 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && contains(github.event.head_commit.message, '[NugetDeploy]')
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.TGS4_DOTNET_VERSION }}
- name: Checkout
uses: actions/checkout@v1