Skip to content

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed May 6, 2024
1 parent df6c2e0 commit ecea986
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ name: New Sentry Release
on:
# obviously revert me too
pull_request:
push:
branches:
- master
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'feat_sentry_release_yml'
# obviously revert me once ready
# obviously revert me once ready
ref: feat_sentry_release_yml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- 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 }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production

0 comments on commit ecea986

Please sign in to comment.