Skip to content

Commit fbe69b0

Browse files
committed
chore: deploy ci fix
1 parent 462a234 commit fbe69b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-to-production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- name: Wait for deployment to complete
2626
run: |
27+
# fetch the tag to ensure it's available
28+
git fetch origin tag ${{ inputs.tag }} --no-tags
2729
./.github/scripts/wait-for-deploy.sh https://inbrowser.link ${{ inputs.tag }}

.github/workflows/deploy-to-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- name: Wait for deployment to complete
2626
run: |
27+
# fetch the tag to ensure it's available
28+
git fetch origin tag ${{ inputs.tag }} --no-tags
2729
./.github/scripts/wait-for-deploy.sh https://inbrowser.dev ${{ inputs.tag }}

0 commit comments

Comments
 (0)