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 02c92ff commit 6dece6eCopy full SHA for 6dece6e
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
release:
26
runs-on: ubuntu-latest
27
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
28
- needs: [build]
+ needs: build
29
environment: release
30
permissions:
31
attestations: write
0 commit comments