diff --git a/.github/workflows/production_deployment.yml b/.github/workflows/production_deployment.yml index dd089e1..111c5c7 100644 --- a/.github/workflows/production_deployment.yml +++ b/.github/workflows/production_deployment.yml @@ -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 diff --git a/.github/workflows/staging_deployment.yml b/.github/workflows/staging_deployment.yml index a81d42b..560ebca 100644 --- a/.github/workflows/staging_deployment.yml +++ b/.github/workflows/staging_deployment.yml @@ -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