Run Sentry release GitHub Action
on every push to main.
This commit is contained in:
17
.github/workflows/sentry-release.yml
vendored
Normal file
17
.github/workflows/sentry-release.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Create a Sentry release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
create-release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Create Sentry release
|
||||||
|
uses: getsentry/action-release@v1
|
||||||
|
env:
|
||||||
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
|
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||||
|
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
Submodule deploy/ansible-deployment updated: 652b973b1e...d5366d46e7
Reference in New Issue
Block a user