Skip to content

Commit

Permalink
Simplify release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Nov 12, 2024
1 parent bc7fb31 commit adace5e
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Pack
run: dotnet pack -c Release -p:Version=${{ inputs.Version }} -o "./build" ./src/AutoTests.Framework.sln
run: dotnet pack -p:Version=${{ inputs.Version }} -o "./build" ./src/AutoTests.Framework.sln

- name: Push to Nuget
run: dotnet nuget push ./build/*.nupkg -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json

0 comments on commit adace5e

Please sign in to comment.