aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-19 17:53:05 +0100
committerGravatar shtlrs <[email protected]>2023-03-19 17:53:05 +0100
commitd4e2325d822fc21d0fc7548d01596364792597d9 (patch)
tree957c148071d6aa6b69b0150ae3499452d0eadc48 /.github
parentalign sentry-release file ext (diff)
make generate-sha-tag a dependency for publish-static-review
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 8414f941..6fa6baff 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -30,6 +30,8 @@ jobs:
publish-static-preview:
uses: ./.github/workflows/static-preview.yaml
+ needs:
+ - generate-sha-tag
with:
sha-tag: ${{ needs.generate-sha-tag.outputs.sha-tag }}