Skip to content

Commit 96c6a5d

Browse files
authored
Migration to official Sentry release CI action (#129)
1 parent e8aef3d commit 96c6a5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sentry_release.yaml

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

1414
- name: Create a Sentry.io release
15-
uses: tclindner/sentry-releases-action@v1.3.0
15+
uses: getsentry/action-release@v1
1616
env:
1717
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1818
SENTRY_ORG: python-discord
1919
SENTRY_PROJECT: sir-robin
2020
with:
21-
tagName: ${{ github.sha }}
2221
environment: production
23-
releaseNamePrefix: sir-robin@
22+
version_prefix: sir-robin@

0 commit comments

Comments
 (0)