Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gottscj authored Oct 3, 2024
1 parent 72f6409 commit dd7088c
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 @@ -28,7 +28,7 @@ jobs:
run: dotnet restore ./src

- name: Build
run: dotnet build ./src/Hangfire.Mongo/Hangfire.Mongo.csproj -c Release --no-restore /p:AssemblyVersion=${{ github.event.inputs.version }} /p:Version=${{ github.event.inputs.version }}
run: dotnet build ./src -c Release --no-restore /p:AssemblyVersion=${{ github.event.inputs.version }} /p:Version=${{ github.event.inputs.version }}

- name: Test
run: dotnet test ./src -c Release --no-build --verbosity normal
Expand Down

0 comments on commit dd7088c

Please sign in to comment.