diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 70adc32..2de4a0a 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -5,9 +5,6 @@ on: tags: - '*' -env: - VERSION_STATIC: ${{ steps.tagName.outputs.tag }} - jobs: publish: name: publish-core @@ -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}}