Skip to content

Commit 810dd37

Browse files
authored
update nuget preview package version
1 parent 076147d commit 810dd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set Preview Package
3535
if: github.event_name == 'workflow_dispatch'
3636
run: |
37-
VERSION_SUFFIX=$(date -u +"%Y%m%d%H%M")
37+
VERSION_SUFFIX=preview-$(date -u +"%Y%m%d%H%M")
3838
echo $VERSION_SUFFIX
3939
dotnet pack ./src/GaussDB/GaussDB.csproj -c Release -o ./artifacts/nupkgs -p VersionSuffix=$VERSION_SUFFIX
4040

0 commit comments

Comments
 (0)