We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b40272 commit 3f63241Copy full SHA for 3f63241
.github/workflows/publishAlpha.yml
@@ -8,7 +8,7 @@ jobs:
8
timeout-minutes: 5
9
steps:
10
- name: define version suffix
11
- run: echo "VERSIONSUFFIX=alpha-${{ vars.SharpGLTF_AlphaVersion }}" >> $GITHUB_ENV
+ run: echo "VERSIONSUFFIX=alpha${{ vars.SharpGLTF_AlphaVersion }}" >> $GITHUB_ENV
12
- name: Checkout
13
uses: actions/checkout@v4
14
- name: Setup .NET SDK
@@ -21,5 +21,6 @@ jobs:
21
# run: dotnet test -c Release --no-build
22
- name: Pack nugets
23
run: dotnet pack -c Release --no-build --output .
24
+
25
# - name: Push to NuGet
26
# run: dotnet nuget push "*.nupkg" --api-key ${{secrets.SharpGLTF_PublishToNuget}} --source https://api.nuget.org/v3/index.json
0 commit comments