Skip to content

Commit

Permalink
fix: remove no-restore from workflow (#43)
Browse files Browse the repository at this point in the history
remove no-restore from workflow
  • Loading branch information
ismailbennani authored Sep 8, 2024
1 parent 0835d6a commit 69a3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: dotnet nuget add source --username ismailbennani --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Dofus-Batteries-Included/index.json"

- name: Build
run: cd src; dotnet build --configuration Release --no-restore -p:DofusBuildId=${{ needs.fetch-game-files.outputs.game_build_id }} -p:DofusVersion=${{ needs.fetch-game-files.outputs.game_version }}
run: cd src; dotnet build --configuration Release -p:DofusBuildId=${{ needs.fetch-game-files.outputs.game_build_id }} -p:DofusVersion=${{ needs.fetch-game-files.outputs.game_version }}

- name: Pack
run: cd src; dotnet pack --configuration Release --no-build --output nuget/
Expand Down

0 comments on commit 69a3de4

Please sign in to comment.