Skip to content

Commit

Permalink
Testing fix for sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishabh17 committed Jun 12, 2024
1 parent 53d90b1 commit 3219bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Create new Sentry release
export SENTRY_RELEASE=$(sentry-cli releases propose-version)
sentry-cli releases new -p $SENTRY_PROJECT $SENTRY_RELEASE
sentry-cli releases set-commits --auto $SENTRY_RELEASE
sentry-cli releases set-commits --auto $SENTRY_RELEASE ----ignore-missing
sentry-cli releases finalize $SENTRY_RELEASE
# Create new deploy for this Sentry release
Expand Down

0 comments on commit 3219bcd

Please sign in to comment.