Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Mar 23, 2020
1 parent fa6affe commit 992c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src/DaemonRunner/DaemonRunner/DaemonRunner.csproj # Relative to repository root
VERSION_STATIC: $GIT_TAG_NAME-alpha
VERSION_STATIC: ${{ steps.tagName.outputs.tag }}-alpha
NUGET_KEY: ${{secrets.NUGET_API_KEY}} # nuget.org API key
TAG_COMMIT: false # Flag to enable / disalge git tagging
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
Expand Down

0 comments on commit 992c62e

Please sign in to comment.