Skip to content

Commit 0abdd56

Browse files
committed
Add step for "ATC-API invalidate cache for CLI-Tool"
1 parent 7855779 commit 0abdd56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ jobs:
5454

5555
- name: 📦 Push packages to NuGet
5656
run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'atc-coding-rules-updater.'${NBGV_NuGetPackageVersion}'.nupkg' -k ${{ secrets.NUGET_KEY }} -s ${{ env.NUGET_REPO_URL }} --skip-duplicate --no-symbols
57+
58+
- name: 🌩️ ATC-API invalidate cache for CLI-Tool
59+
uses: satak/webrequest-action@master
60+
with:
61+
url: https://atc-api.azurewebsites.net/nuget-search/package?packageId=atc-coding-rules-updater&invalidateCache=true
62+
method: GET

0 commit comments

Comments
 (0)