Skip to content

Commit ec75684

Browse files
committed
remove env
1 parent a13c394 commit ec75684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
pypi-publish:
222222
needs: [check-release]
223223
runs-on: ubuntu-latest
224-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'facebookresearch/gcm' && env.RELEASE_EXISTS == 'false' }}
224+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'facebookresearch/gcm'}}
225225
environment: pypi
226226
permissions:
227227
# OIDC requirement

0 commit comments

Comments
 (0)