We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed88d3 commit ed21fffCopy full SHA for ed21fff
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: lewagon/wait-on-check-action@v1.3.4
19
with:
20
ref: 'refs/heads/main'
21
- running-workflow-name: 'Publish Client'
+ running-workflow-name: Publish Client ${{ matrix.dotnet-version }}
22
repo-token: ${{ secrets.GITHUB_TOKEN }}
23
wait-interval: 10
24
allowed-conclusions: success
0 commit comments