Skip to content

Commit 38ddd7b

Browse files
authored
Update nuget.yml
1 parent bd8fcb5 commit 38ddd7b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/nuget.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ name: publish nuget
33
on:
44
push:
55
tags:
6-
- v*
6+
- '*'
7+
8+
env:
9+
VERSION_STATIC: ${{ steps.tagName.outputs.tag }}
10+
711
jobs:
812
publish:
913
name: publish-core
1014
runs-on: ubuntu-latest
1115
steps:
16+
1217
- uses: actions/checkout@v2
1318

1419
- name: Setup dotnet
@@ -23,7 +28,7 @@ jobs:
2328
with:
2429
# Filepath of the project to be packaged, relative to root of repository
2530
PROJECT_FILE_PATH: src/OpenTask.Core/OpenTask.Core.csproj
26-
VERSION_STATIC: ${{ steps.get_version.outputs.VERSION }}
31+
# VERSION_STATIC: ${{ steps.get_version.outputs.VERSION }}
2732

2833
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
2934

0 commit comments

Comments
 (0)