Skip to content

Commit 297ac96

Browse files
authored
Merge pull request #4 from kpol/build_upgrade
Build change
2 parents 084fbbd + cf1f448 commit 297ac96

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Extract version from tag
2020
id: extract_version
2121
run: |
22-
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
2322
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
2423
2524
- name: Build
@@ -38,4 +37,4 @@ jobs:
3837
path: package/*.nupkg
3938

4039
- name: Push to NuGet
41-
run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
40+
run: dotnet nuget push "./package/*.nupkg" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)