Skip to content

Commit b03d30f

Browse files
authored
Migration to official Sentry release CI action (#275)
1 parent 7396ea6 commit b03d30f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sentry-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
uses: actions/checkout@master
1414

1515
- name: Create a Sentry.io release
16-
uses: tclindner/sentry-releases-action@v1.2.0
16+
uses: getsentry/action-release@v1
1717
env:
1818
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1919
SENTRY_ORG: python-discord
2020
SENTRY_PROJECT: forms-backend
2121
with:
22-
tagName: ${{ github.sha }}
2322
environment: production
24-
releaseNamePrefix: forms-backend@
23+
version_prefix: forms-backend@

0 commit comments

Comments
 (0)