diff options
author | 2023-03-19 17:51:43 +0100 | |
---|---|---|
committer | 2023-03-19 17:51:43 +0100 | |
commit | 43e83dcfd02ae129939fc4a14b2de0d5fe2f75d6 (patch) | |
tree | 9b5ef1ad776dfbf08e14eec53f26cb58b41f6a97 /.github/workflows/sentry-release.yml | |
parent | appease linter (diff) |
align sentry-release file ext
Diffstat (limited to '.github/workflows/sentry-release.yml')
-rw-r--r-- | .github/workflows/sentry-release.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml deleted file mode 100644 index 6521c389..00000000 --- a/.github/workflows/sentry-release.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Create Sentry release - -on: - push: - branches: - - main - -jobs: - createSentryRelease: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Create a Sentry.io release - uses: tclindner/[email protected] - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_ORG: python-discord - SENTRY_PROJECT: site - with: - tagName: ${{ github.sha }} - environment: production - releaseNamePrefix: site@ |