Skip to content

Commit

Permalink
GitHub Actions: Remove unnecessary and not working sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jan 18, 2025
1 parent 6fd8b00 commit 01fb51c
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,26 +306,4 @@ jobs:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./linux-armv7/libhelgobox.so
# asset_name: helgobox-linux-armv7.so
# asset_content_type: application/octet-stream

create-sentry-release:
name: Create Sentry release
needs: create-release
runs-on: ubuntu-22.04
continue-on-error: true
steps:
# Checkout (necessary for Sentry to get info)
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Create Sentry release (optional)
- 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 }}
with:
environment: production
version: ${GITHUB_REF#refs/tags/v}
# asset_content_type: application/octet-stream

0 comments on commit 01fb51c

Please sign in to comment.