Skip to content

Commit

Permalink
Sentry error resolved (#155)
Browse files Browse the repository at this point in the history
* Sentry error resolved

* comment resolved
  • Loading branch information
Ashutosh619-sudo authored Jul 16, 2024
1 parent b6bed76 commit 6c6be2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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
2 changes: 1 addition & 1 deletion .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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 6c6be2b

Please sign in to comment.