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 5af273c commit 86e98e0Copy full SHA for 86e98e0
.github/workflows/build_and_deploy.yaml
@@ -454,6 +454,8 @@ jobs:
454
env:
455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
456
run: |
457
+ # Wait a few seconds to ensure the release exists
458
+ sleep 10
459
# Check if the release exists
460
if gh release view $${{ needs.Generate-tag.outputs.tag }} >/dev/null 2>&1; then
461
echo "Release ${{ needs.Generate-tag.outputs.tag }} found, updating with staging deployment info..."
0 commit comments