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