Skip to content

Commit 3f63241

Browse files
committed
fixed version suffix
1 parent 0b40272 commit 3f63241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publishAlpha.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 5
99
steps:
1010
- name: define version suffix
11-
run: echo "VERSIONSUFFIX=alpha-${{ vars.SharpGLTF_AlphaVersion }}" >> $GITHUB_ENV
11+
run: echo "VERSIONSUFFIX=alpha${{ vars.SharpGLTF_AlphaVersion }}" >> $GITHUB_ENV
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Setup .NET SDK
@@ -21,5 +21,6 @@ jobs:
2121
# run: dotnet test -c Release --no-build
2222
- name: Pack nugets
2323
run: dotnet pack -c Release --no-build --output .
24+
2425
# - name: Push to NuGet
2526
# run: dotnet nuget push "*.nupkg" --api-key ${{secrets.SharpGLTF_PublishToNuget}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)