Skip to content

GalaxyBudsClient v5.0.1 #38

GalaxyBudsClient v5.0.1

GalaxyBudsClient v5.0.1 #38

Workflow file for this run

name: Sentry release
on:
release:
types: [published, prereleased]
workflow_dispatch:
jobs:
sentry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create Sentry Release
uses: getsentry/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: 'production'
version: ${{ github.ref }}