Skip to content

Commit

Permalink
[CI][Duy] Fix setup dotnet action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
duykasama committed Jan 24, 2024
1 parent 257a5b0 commit ecab7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/dotnet-setup@v4
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x

Expand Down

0 comments on commit ecab7b1

Please sign in to comment.