You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/release.yml
+6
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ jobs:
10
10
steps:
11
11
- name: Checkout
12
12
uses: actions/checkout@v2
13
+
with:
14
+
# This ensures our custom `GITHUB_TOKEN` is used by `semantic-release`
15
+
# instead of the default credentials. This is important for bypassing
16
+
# the branch protection rules that are configured for master.
17
+
# see https://github.com/semantic-release/semantic-release/blob/8fda7fd423d24e7b425fbee83790f49dd0478e2d/docs/recipes/ci-configurations/github-actions.md#pushing-packagejson-changes-to-a-master-branch
0 commit comments