Skip to content

Commit

Permalink
ignore workspace root check in changelog workflow (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Iannaccone committed Apr 20, 2022
1 parent b35340c commit 2be1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose-full-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create full changelog
id: full-changelog
run: |
yarn add @octokit/rest
yarn add @octokit/rest --ignore-workspace-root-check
mkdir "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}"
# Get the changelog file name to build
Expand Down

0 comments on commit 2be1fac

Please sign in to comment.