We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da92ccf commit 1fc6489Copy full SHA for 1fc6489
1 file changed
.github/workflows/deploy.yml
@@ -119,6 +119,9 @@ jobs:
119
echo "EXTRA_ARGS=" >> $GITHUB_ENV
120
;;
121
esac
122
+ - name: Allow prerelease deps for prerelease tags
123
+ if: ${{ github.event.release.prerelease }}
124
+ run: echo "EXTRA_ARGS=$EXTRA_ARGS --prerelease=allow" >> $GITHUB_ENV
125
- name: Deploy to ReflexCloud
126
uses: reflex-dev/reflex-deploy-action@1e32ae30fe6d6d0e0c888d23ad2360b8abe80b5b # v2
127
with:
0 commit comments