Fix GitHub Action for Sentry, attempt 2
Lol I missed a lot of the steps, huh?
This commit is contained in:
parent
d7a4ddb907
commit
1c7d027465
1 changed files with 12 additions and 7 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -6,6 +6,11 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sentry:
|
sentry:
|
||||||
|
- name: Create Sentry release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Create Sentry release
|
- name: Create Sentry release
|
||||||
uses: getsentry/action-release@v1.1.5
|
uses: getsentry/action-release@v1.1.5
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue