diff options
author | 2023-03-19 17:53:05 +0100 | |
---|---|---|
committer | 2023-03-19 17:53:05 +0100 | |
commit | d4e2325d822fc21d0fc7548d01596364792597d9 (patch) | |
tree | 957c148071d6aa6b69b0150ae3499452d0eadc48 /.github | |
parent | align 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.yaml | 2 |
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 }} |