We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236529a commit 3f224e1Copy full SHA for 3f224e1
1 file changed
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
$COMMITS_INTERVAL = (git describe --tags --abbrev=0) + '..HEAD'
43
$BUILD_NUMBER = git rev-list --first-parent --count $COMMITS_INTERVAL
44
45
- $NEW_PACKAGE_VERSION = $PACKAGE_VERSION + '-rc' + $BUILD_NUMBER
+ $NEW_PACKAGE_VERSION = $PACKAGE_VERSION
46
47
[xml]$xml = Get-Content $Env:NuspecFile
48
$xml.package.metadata.version = $NEW_PACKAGE_VERSION
0 commit comments