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 ec5647e commit 54e3dbdCopy full SHA for 54e3dbd
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
permissions:
53
contents: write
54
id-token: write # Required for Trusted Publishing
55
- needs: github-release
+ needs: build-test-release
56
if: (github.event_name == 'workflow_dispatch') || github.event_name == 'push'
57
58
steps:
0 commit comments