Fix github release workflow npm permissions
Change-Id: I14d6ac20f10ed1aec0fa83108e92ba1dbf116dfe Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
This commit is contained in:
parent
afcfd2422c
commit
43698482ab
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user