Skip to content

Commit

Permalink
Remove Sentry release from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Nov 29, 2024
1 parent 44df190 commit 089d0d2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,6 @@ jobs:
with:
token: ${{ secrets.SOMLENG_PERSONAL_ACCESS_TOKEN }}

create-sentry-release:
name: Create Sentry Release
runs-on: ubuntu-latest
needs:
- release
if: ${{ needs.release.outputs.release_created }}
steps:
- uses: actions/checkout@v4

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: somleng
SENTRY_PROJECT: sms-gateway
with:
environment: production
version: ${{ needs.release.outputs.release_tag }}

build-packages:
name: Build Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 089d0d2

Please sign in to comment.