Skip to content

Commit

Permalink
use 7.0.203 due to format failing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed May 27, 2023
1 parent 290a0d1 commit be740ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dotnet-version: "6.x"
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.x"
dotnet-version: "7.0.203"
- name: Set RELEASE_VERSION
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Restore Packages
Expand Down

0 comments on commit be740ad

Please sign in to comment.