Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dotfelixb committed Oct 25, 2023
1 parent 1ab5c42 commit baf9427
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 @@ -33,7 +33,7 @@ jobs:
run: dotnet test -c Release --no-build --verbosity normal
- name: Pack
run: dotnet pack -c Release -o ./nugetpkgs --no-build
- name: Publish
- name: Release
run: |
for file in ./nugetpkgs/*.nupkg
do
Expand Down

0 comments on commit baf9427

Please sign in to comment.