ci(release): do not persist default credentials (#2883)

https://github.com/semantic-release/git/issues/196#issuecomment-601310576
This commit is contained in:
ylemkimon
2021-04-06 03:36:58 +09:00
committed by GitHub
parent 2f62c0d8ee
commit b9120862b6

View File

@@ -60,6 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Use Node.js 12.x