Skip to content

Commit

Permalink
tagname wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Mar 23, 2020
1 parent 10937d7 commit ec3a8af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tags_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
- uses: olegtarasov/get-tag@v2
name: Set tag envronment variable
- name: publish on version change
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: ${GIT_TAG_NAME}-alpha
NUGET_KEY: ${{secrets.NUGET_API_KEY}} # nuget.org API key
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
# VERSION_REGEX: <Version>(.*)<\/Version> # Regex pattern to extract version info in a capturing group
Expand Down

0 comments on commit ec3a8af

Please sign in to comment.