We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb32e3 commit ff1b54cCopy full SHA for ff1b54c
.github/workflows/workflow-branch.yml
@@ -32,9 +32,7 @@ jobs:
32
tl_signing_key_id: ${{ secrets.ACCEPTANCE_TEST_SIGNING_KEY_ID }}
33
tl_signing_private_key: ${{ secrets.ACCEPTANCE_TEST_SIGNING_PRIVATE_KEY }}
34
release-snapshot:
35
- # TODO: temp
36
- #needs: [build-test-coverage, acceptance-tests]
37
- needs: build-test-coverage
+ needs: [build-test-coverage, acceptance-tests]
38
uses: ./.github/workflows/release-snapshot.yml
39
with:
40
checkout_ref: ${{ github.ref }}
0 commit comments