Skip to content

Commit

Permalink
HOTFIX: Fix CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
tarto-dev committed Feb 15, 2024
1 parent c362f8d commit 85b79c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,24 @@ jobs:
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
sentry-release:
name: Publish new Sentry release
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

# This step creates real Sentry releases for the action itself:
# https://sentry-ecosystem.sentry.io/releases/?project=6576594
- name: Sentry Release
uses: getsentry/action-release@v1.4.1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_LOG_LEVEL: info
with:
environment: dev
version: ${{ github.sha }}
25 changes: 0 additions & 25 deletions .github/workflows/sentry.yml

This file was deleted.

0 comments on commit 85b79c5

Please sign in to comment.