We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dadcd commit 89f9d57Copy full SHA for 89f9d57
.github/workflows/enverus-release.yml
@@ -75,7 +75,7 @@ jobs:
75
yarn release -d --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git
76
77
- name: Release
78
- if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)
+ if: github.event_name != 'pull_request' && contains('refs/heads/master', github.ref)
79
env:
80
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
81
run: |
0 commit comments