Fix syntax error in new GitHub Action for Sentry
oops, I missed a node!
This commit is contained in:
parent
f4810aa2f4
commit
d7a4ddb907
1 changed files with 9 additions and 8 deletions
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
|
@ -5,11 +5,12 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
- name: Create Sentry release
|
||||
uses: getsentry/action-release@v1.1.5
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
with:
|
||||
environment: production
|
||||
sentry:
|
||||
- name: Create Sentry release
|
||||
uses: getsentry/action-release@v1.1.5
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
with:
|
||||
environment: production
|
||||
|
|
Loading…
Reference in a new issue