Skip to content

Commit

Permalink
feat(send sentry release): send sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephirot committed Jul 7, 2021
1 parent 38a4683 commit 9a1b27a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ jobs:
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- uses: actions/checkout@v2
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}

operator-image:
needs: refs
Expand Down

0 comments on commit 9a1b27a

Please sign in to comment.