Skip to content

Commit 67da332

Browse files
Update prereleasenuget.yml
1 parent 7dc39ba commit 67da332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prereleasenuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Print Version
3636
id: next_version
37-
run: echo ::set-output name=VERSION::${{ steps.get_version.outputs.VERSION }}.$GITHUB_RUN_NUMBER
37+
run: echo ::set-output name=VERSION::${{ steps.get_version.outputs.VERSION }}-build$GITHUB_RUN_NUMBER
3838

3939
- name: Build and Publish Nuget Packages
4040
run: |

0 commit comments

Comments
 (0)