diff options
author | 2023-03-19 17:51:43 +0100 | |
---|---|---|
committer | 2023-03-19 17:51:43 +0100 | |
commit | 43e83dcfd02ae129939fc4a14b2de0d5fe2f75d6 (patch) | |
tree | 9b5ef1ad776dfbf08e14eec53f26cb58b41f6a97 /.github | |
parent | appease linter (diff) |
align sentry-release file ext
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/sentry-release.yaml (renamed from .github/workflows/sentry-release.yml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 357777d1..8414f941 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -47,7 +47,7 @@ jobs: sentry-release: if: github.ref == 'refs/heads/main' - uses: ./.github/workflows/sentry_release.yml + uses: ./.github/workflows/sentry_release.yaml needs: - build-deploy secrets: inherit diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yaml index 6521c389..6521c389 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yaml |