Skip to content

Commit

Permalink
fix: Added Sentry releases to release flow.
Browse files Browse the repository at this point in the history
Resolves #232
  • Loading branch information
elliotcourant committed Nov 4, 2021
1 parent 0f982fc commit 0229715
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,13 @@ jobs:
target_url: https://my.monetr.dog
environment: my.monetr.dog
ref: "v${{ needs.release_please.outputs.version }}"
- 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: monetr
with:
environment: 'my.monetr.dog'
version: 'v${{ needs.release_please.outputs.version }}'

0 comments on commit 0229715

Please sign in to comment.