Skip to content

Commit

Permalink
try to fix CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Jun 13, 2024
1 parent 0245242 commit 8afbf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

- name: Pack
run: dotnet pack src/Input.Joystick/Input.Joystick.csproj -version "${VERSION}"
run: dotnet pack src/Input.Joystick/Input.Joystick.csproj -p:PackageVersion "${VERSION}" --output .

- name: Push to nuget
run: dotnet nuget push Input.Joystick.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${API_KEY} --skip-duplicate
Expand Down

0 comments on commit 8afbf82

Please sign in to comment.