Skip to content

Commit

Permalink
add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Mar 8, 2024
1 parent fa94d5c commit d464229
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
environment: Staging
steps:
- uses: actions/checkout@v2

with:
fetch-depth: 0
- name: push to dockerhub
uses: fylein/docker-release-action@master
env:
Expand Down Expand Up @@ -66,9 +67,9 @@ jobs:
# Create new Sentry release
export SENTRY_RELEASE=$(sentry-cli releases propose-version)
sentry-cli releases new -p $SENTRY_PROJECT $SENTRY_RELEASE --ignore-missing
sentry-cli releases set-commits --auto $SENTRY_RELEASE --ignore-missing
sentry-cli releases finalize $SENTRY_RELEASE --ignore-missing
sentry-cli releases new -p $SENTRY_PROJECT $SENTRY_RELEASE
sentry-cli releases set-commits --auto $SENTRY_RELEASE
sentry-cli releases finalize $SENTRY_RELEASE
# Create new deploy for this Sentry release
sentry-cli releases deploys $SENTRY_RELEASE new -e $SENTRY_DEPLOY_ENVIRONMENT --ignore-missing
sentry-cli releases deploys $SENTRY_RELEASE new -e $SENTRY_DEPLOY_ENVIRONMENT

0 comments on commit d464229

Please sign in to comment.