Skip to content

Commit

Permalink
chore: remove --no-restore from publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
BlurOne-GIT authored Oct 13, 2024
1 parent d323d20 commit e520cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: dotnet restore

- name: Publish
run: dotnet publish -c Release -r linux-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishAot=true --self-contained --no-restore
run: dotnet publish -c Release -r linux-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishAot=true --self-contained

- name: Get latest tag
id: get_latest_tag
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: dotnet restore

- name: Publish
run: dotnet publish -c Release -r win-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishAot=true --self-contained --no-restore
run: dotnet publish -c Release -r win-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishAot=true --self-contained

- name: Get latest tag
id: get_latest_tag
Expand Down

0 comments on commit e520cda

Please sign in to comment.