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 0767c11 commit e6bc5f2Copy full SHA for e6bc5f2
.github/workflows/build-and-deploy.yml
@@ -15,8 +15,6 @@ jobs:
15
concurrency:
16
# Allow only one release at a time.
17
group: release-${{ github.event.number || github.ref }}
18
- needs:
19
- - build
20
runs-on: ubuntu-latest
21
outputs:
22
release-status: ${{ env.release_status }}
0 commit comments