File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : π½ Install dotnet
35- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
35+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
3636
3737 - name : π Print dotnet info
3838 run : dotnet --info
Original file line number Diff line number Diff line change 7474 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7575
7676 - name : π½ Install dotnet
77- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
77+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
7878
7979 - name : π Print dotnet info
8080 run : dotnet --info
@@ -133,7 +133,7 @@ jobs:
133133 name : global-json
134134
135135 - name : π½ Install dotnet
136- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
136+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
137137
138138 - name : πΌ Publish package to nuget
139139 run : dotnet nuget push --force-english-output --api-key '${{ secrets.GITHUB_TOKEN }}' --source 'https://nuget.pkg.github.com/YoloDev/index.json' --skip-duplicate "nuget/*.nupkg"
@@ -162,7 +162,7 @@ jobs:
162162 name : global-json
163163
164164 - name : π½ Install dotnet
165- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
165+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
166166
167167 - name : πΌ Publish package to nuget
168168 run : dotnet nuget push --force-english-output --api-key '${{ secrets.NUGET_API_KEY }}' --source '${{ secrets.NUGET_FEED }}' --skip-duplicate "nuget/*.nupkg"
You canβt perform that action at this time.
0 commit comments