diff --git a/.github/main.workflow b/.github/main.workflow index 11d6408d..88330646 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -36,4 +36,7 @@ action "Release" { runs = "yarn" args = "semantic-release:ci" secrets = ["GITHUB_TOKEN", "NPM_TOKEN", "NPM_AUTH_TOKEN"] + env = { + npm_config_unsafe_perm = "true" + } }