We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35340c commit 2be1facCopy full SHA for 2be1fac
.github/workflows/compose-full-changelog.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create full changelog
33
id: full-changelog
34
run: |
35
- yarn add @octokit/rest
+ yarn add @octokit/rest --ignore-workspace-root-check
36
mkdir "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}"
37
38
# Get the changelog file name to build
0 commit comments