We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462a234 commit fbe69b0Copy full SHA for fbe69b0
.github/workflows/deploy-to-production.yml
@@ -24,4 +24,6 @@ jobs:
24
- uses: actions/checkout@v4
25
- name: Wait for deployment to complete
26
run: |
27
+ # fetch the tag to ensure it's available
28
+ git fetch origin tag ${{ inputs.tag }} --no-tags
29
./.github/scripts/wait-for-deploy.sh https://inbrowser.link ${{ inputs.tag }}
.github/workflows/deploy-to-staging.yml
./.github/scripts/wait-for-deploy.sh https://inbrowser.dev ${{ inputs.tag }}
0 commit comments