Skip to content

Commit

Permalink
Revert "Revert "feat: remove monkey""
Browse files Browse the repository at this point in the history
This reverts commit 5c18bd6.
  • Loading branch information
gomesalexandre committed May 6, 2024
1 parent 5c18bd6 commit 201a25e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
name: New Sentry Release
on:
pull_request:
# revert develop here
branches: [main, develop]
branches: [main]

jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'feat_sentry_release_yml'
steps:
- name: Checkout release
- uses: actions/checkout@v3
with:
ref: feat_sentry_release_yml
ref: release
- name: Sentry Release
uses: getsentry/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
# and revert me too
environment: localhost
environment: production
# uses the release PR title as a version
version: ${{ github.event.pull_request.title }}
# and me too
# This can safely be removed after one succesful release - previous release hash won't be found in repo as we're squashing this
ignore_missing: true

0 comments on commit 201a25e

Please sign in to comment.