Skip to content

Commit

Permalink
removed build from release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie-fialok committed Jul 3, 2024
1 parent 72068a7 commit 16f2898
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Install dependencies
run: dotnet restore

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

- name: Create NuGet Packages
run: dotnet pack --configuration Release /p:CommitID=${{ github.sha }} /p:TagVersion=${{ github.sha }}

Expand Down

0 comments on commit 16f2898

Please sign in to comment.