Skip to content

Commit 194595d

Browse files
committed
changelog before publish
1 parent 03479d9 commit 194595d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ jobs:
7373
run: |
7474
dotnet pack -c Release --no-build --no-restore --output nupkg --include-symbols --include-source --version-suffix ${{ env.RELEASE_VERSION }}
7575
76-
# https://github.com/microsoft/azure-pipelines-tasks/issues/1511
77-
- name: Push Packages to NuGet
78-
run: |
79-
dotnet nuget push "nupkg/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
80-
8176
- name: Read Changelog Entry
8277
uses: mindsers/changelog-reader-action@v2
8378
id: read_changelog
8479
with:
8580
version: v${{ github.event.inputs.version }}
8681
path: ./CHANGELOG.md
82+
83+
# https://github.com/microsoft/azure-pipelines-tasks/issues/1511
84+
- name: Push Packages to NuGet
85+
run: |
86+
dotnet nuget push "nupkg/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
8787
8888
- name: Create Git tag
8989
run: |

0 commit comments

Comments
 (0)