mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
fix: sentry job
This commit is contained in:
parent
b1eec1a946
commit
40aeda5bf3
9
.github/workflows/nextjs.yml
vendored
9
.github/workflows/nextjs.yml
vendored
@ -106,13 +106,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: deploy
|
needs: deploy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Sentry Release
|
with:
|
||||||
uses: getsentry/action-release@v1.0.0
|
fetch-depth: 0
|
||||||
|
- name: Create Sentry release
|
||||||
|
uses: getsentry/action-release@v1
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||||
|
# SENTRY_URL: https://sentry.io/
|
||||||
with:
|
with:
|
||||||
environment: production
|
environment: production
|
||||||
sourcemaps: ./out
|
sourcemaps: ./out
|
Loading…
x
Reference in New Issue
Block a user