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
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
sentry:
|
||||
- name: Create Sentry release
|
||||
uses: getsentry/action-release@v1.1.5
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue