diff options
author | 2023-03-20 20:17:22 +0100 | |
---|---|---|
committer | 2023-03-20 20:17:22 +0100 | |
commit | 732a72f509e95eb78a32f4ad81339205707fa049 (patch) | |
tree | 1bb3225913d2b0376b3f32697682db968ea9ee57 /.github/workflows/main.yaml | |
parent | use workflow_call as trigger for lint-test (diff) |
use workflow_call as trigger for sentry-release
This also updates the worklow's name
Diffstat (limited to '.github/workflows/main.yaml')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 58d98a55..6454737d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -44,7 +44,7 @@ jobs: sentry-release: if: github.ref == 'refs/heads/main' - uses: ./.github/workflows/sentry_release.yaml + uses: ./.github/workflows/sentry-release.yaml needs: - build-deploy secrets: inherit |