Skip to content

Commit

Permalink
Fix sentry release failure (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Mar 8, 2024
1 parent 013d983 commit 5c17efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/production_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
environment: Production
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: push to dockerhub
uses: fylein/docker-release-action@master
env:
Expand Down
3 changes: 2 additions & 1 deletion .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

0 comments on commit 5c17efc

Please sign in to comment.