Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringHgui authored Jul 14, 2024
1 parent 38ddd7b commit ff8980e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- '*'

env:
VERSION_STATIC: ${{ steps.tagName.outputs.tag }}

jobs:
publish:
name: publish-core
Expand All @@ -28,7 +25,7 @@ jobs:
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: src/OpenTask.Core/OpenTask.Core.csproj
# VERSION_STATIC: ${{ steps.get_version.outputs.VERSION }}
VERSION_STATIC: ${{ github.ref }}

NUGET_KEY: ${{secrets.NUGET_API_KEY}}

Expand Down

0 comments on commit ff8980e

Please sign in to comment.