We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78b50 commit b8580e2Copy full SHA for b8580e2
.github/workflows/ci.yml
@@ -70,16 +70,6 @@ jobs:
70
heroku_email: ${{ secrets.HEROKU_EMAIL }}
71
dontuseforce: false
72
73
- - name: Sentry release 📌
74
- if: github.ref == 'refs/heads/master'
75
- uses: getsentry/action-release@v1
76
- env:
77
- SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
78
- SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
79
- SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
80
- with:
81
- environment: production
82
-
83
- name: Release 📌
84
if: "github.event_name == 'push'"
85
env:
0 commit comments