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 7f1364b commit 830d0dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
# 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
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: debug
SENTRY_LOG_LEVEL: dev
with:
environment: 'production'
ignore_missing: true
environment: dev
version: ${{ github.sha }}

0 comments on commit 830d0dc

Please sign in to comment.