We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855779 commit 0abdd56Copy full SHA for 0abdd56
.github/workflows/release.yml
@@ -54,3 +54,9 @@ jobs:
54
55
- name: 📦 Push packages to NuGet
56
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