Skip to content

Commit 1b98ad5

Browse files
authored
Merge pull request #3 from FmgLib/feature/fix
fixes.
2 parents 6319414 + 0afcad0 commit 1b98ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/nuget.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: battila7/get-version-action@v2
3636

3737
- name: 'Pack project'
38-
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols -p:PackageVersion=${{ steps.version.output.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
38+
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
3939

4040
- name: 'Push package'
4141
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}\*.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URL }}

0 commit comments

Comments
 (0)