We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13c394 commit ec75684Copy full SHA for ec75684
1 file changed
.github/workflows/release.yml
@@ -221,7 +221,7 @@ jobs:
221
pypi-publish:
222
needs: [check-release]
223
runs-on: ubuntu-latest
224
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'facebookresearch/gcm' && env.RELEASE_EXISTS == 'false' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'facebookresearch/gcm'}}
225
environment: pypi
226
permissions:
227
# OIDC requirement
0 commit comments