This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
[BUG] error: Response status code does not indicate success: 409 (A package with ID 'laget.Quartz' and version '1.0.0' already exists and cannot be modified.). #60
Labels
bug
Something isn't working
Describe the bug
We're trying to use the property
VERSION_STATIC
with{{github.run_number}}
(1.0.${{github.run_number}}
) but it does not seem to work, since the generated package builds with version1.0.0
.The action does not fail even though the nuget API returns
Conflcit
:Failed Action Log URL (Required)
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
We're expecting the
.nupkg
-file to be generated with the version provided via the propertyVERSION_STATIC
The Pull Request #52 seems to solve this, would be great if that could be merged?
Environment:
ubuntu-latest
v2.5.5
The text was updated successfully, but these errors were encountered: