Skip to content

Commit 03492d2

Browse files
authored
Update staging.yml (#235)
1 parent d73f2c6 commit 03492d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet test --configuration Release --logger:"console;verbosity=quiet"
3636

3737
- name: Pack with dotnet
38-
run: dotnet pack --output artifacts --configuration Release -p:PackageVersion=$GITHUB_RUN_ID
38+
run: dotnet pack --output artifacts --configuration Release -p:VersionSuffix=preview-$GITHUB_RUN_NUMBER
3939

4040
- name: Push with dotnet
4141
run: dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.MYGET_API_KEY }} --skip-duplicate --source https://www.myget.org/F/esprimadotnet/api/v2/package

0 commit comments

Comments
 (0)