Skip to content

Commit

Permalink
fix(moved step and added releasetag): moved step and added releasetag
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephirot committed Jul 7, 2021
1 parent 9a1b27a commit 528786a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ 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 Expand Up @@ -342,3 +335,12 @@ jobs:
prerelease: true
draft: false
allowUpdates: true
- 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 }}
with:
SENTRY_RELEASE: ${{ steps.semantic.outputs.new_release_version }}

0 comments on commit 528786a

Please sign in to comment.