mirror of
https://github.com/yawaflua/SPWorldsWrapper.git
synced 2025-12-09 20:19:28 +02:00
Merge pull request #2 from yawaflua/yawaflua-patch-2-1
Update nuget.yml
This commit is contained in:
4
.github/workflows/nuget.yml
vendored
4
.github/workflows/nuget.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '8.x.x'
|
||||
dotnet-version: '7.x.x'
|
||||
- name: Set output
|
||||
id: vars
|
||||
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
||||
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
|
||||
TAG_COMMIT: true
|
||||
TAG_FORMAT: '*'
|
||||
TAG_FORMAT: ${{ steps.meta.outputs.tags }}
|
||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
||||
NUGET_SOURCE: https://api.nuget.org
|
||||
INCLUDE_SYMBOLS: false
|
||||
|
||||
Reference in New Issue
Block a user