diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2a5b48c2f..6dfd11def 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -48,6 +48,6 @@ jobs: GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: > - if [[ -n "$GH_SEMANTIC_RELEASE_TOKEN" && -n "$NPM_TOKEN" ]]; then + if [[ -n "$GH_TOKEN" && -n "$NPM_TOKEN" ]]; then curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash - fi