Skip to content

Commit 3f224e1

Browse files
authored
Update publish.yml
1 parent 236529a commit 3f224e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
$COMMITS_INTERVAL = (git describe --tags --abbrev=0) + '..HEAD'
4343
$BUILD_NUMBER = git rev-list --first-parent --count $COMMITS_INTERVAL
4444
45-
$NEW_PACKAGE_VERSION = $PACKAGE_VERSION + '-rc' + $BUILD_NUMBER
45+
$NEW_PACKAGE_VERSION = $PACKAGE_VERSION
4646
4747
[xml]$xml = Get-Content $Env:NuspecFile
4848
$xml.package.metadata.version = $NEW_PACKAGE_VERSION

0 commit comments

Comments
 (0)