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 257cbb5 commit e9420b6Copy full SHA for e9420b6
.github/workflows/icebox-watcher.yml
@@ -19,7 +19,7 @@ jobs:
19
run: dotnet nuget add source --username github-actions --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/nuget/index.json"
20
21
- name: Install GitHubIssueTagger
22
- run: dotnet tool install --global NuGet.Internal.GitHubIssueTagger
+ run: dotnet tool install --global NuGet.Internal.GitHubIssueTagger --allow-roll-forward
23
24
- name: Run IceBox Watcher
25
env:
0 commit comments