Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Dec 20, 2023
1 parent 62edcb9 commit 577cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Pack
run: |
cd src/Jab.Unity
npm version ${{ steps.vars.outputs.PackageVersion }}
npm version ${{ steps.vars.outputs.PackageVersion }} --allow-same-version
npm pack --pack-destination=../../nuget
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 577cab5

Please sign in to comment.