mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Removed Sentry GitHub Action in favor of our release Action
no issue
This commit is contained in:
parent
bd1f175a56
commit
f79a0b5c73
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -18,17 +18,13 @@ jobs:
|
|||||||
- run: yarn
|
- run: yarn
|
||||||
|
|
||||||
- run: grunt release --skip-tests
|
- run: grunt release --skip-tests
|
||||||
|
|
||||||
- uses: tryghost/action-ghost-release@master
|
- 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:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: ghost-foundation
|
SENTRY_ORG: ghost-foundation
|
||||||
SENTRY_PROJECT: ghost
|
SENTRY_PROJECT: ghost
|
||||||
with:
|
|
||||||
tagName: ${{ github.ref }}
|
- run: npm publish --registry https://registry.npmjs.org/
|
||||||
environment: general
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user