Removed Sentry GitHub Action in favor of our release Action

no issue
This commit is contained in:
Daniel Lockyer 2020-04-06 15:08:17 +01:00
parent bd1f175a56
commit f79a0b5c73
1 changed files with 5 additions and 9 deletions

View File

@ -18,17 +18,13 @@ jobs:
- run: yarn
- run: grunt release --skip-tests
- uses: tryghost/action-ghost-release@master
- run: npm publish --registry https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: tclindner/sentry-releases-action@v1.0.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ghost-foundation
SENTRY_PROJECT: ghost
with:
tagName: ${{ github.ref }}
environment: general
- run: npm publish --registry https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}