Skip to content

Commit

Permalink
Removed build stage, publish already calls build (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
joniscoding authored May 17, 2024
1 parent 1329897 commit e14a41e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release_app-umbraco-multisite(staging).yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
- name: Clean with dotnet
run: dotnet clean

- name: Build with dotnet
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
Expand Down

0 comments on commit e14a41e

Please sign in to comment.