diff --git a/.github/workflows/enverus-release.yml b/.github/workflows/enverus-release.yml index 299b52c6e9..bf26482649 100644 --- a/.github/workflows/enverus-release.yml +++ b/.github/workflows/enverus-release.yml @@ -75,7 +75,7 @@ jobs: yarn release -d --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git - name: Release - if: github.event_name != 'pull_request' && contains('refs/heads/master', github.ref) + if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref) env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} run: |