mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
Fix create sentry release
This commit is contained in:
parent
cbcd4ea92f
commit
e01bae6206
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -120,6 +120,10 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
# We need to checkout the repository in order for the "Create Sentry release" to work
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Create Sentry release
|
||||
uses: getsentry/action-release@v1
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue