Fix github release workflow npm permissions

Change-Id: I14d6ac20f10ed1aec0fa83108e92ba1dbf116dfe
Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
This commit is contained in:
Sean Eagan 2021-02-19 12:54:51 -06:00
parent afcfd2422c
commit 43698482ab

View File

@ -95,7 +95,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Download release notes utility
run: npm install github-release-notes -g
run: |
sudo chown -R $(whoami) /usr/local/lib/node_modules
npm install github-release-notes -g
- name: Generate release notes
run: |
gren changelog --override --generate \