We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dda5f commit 8db4810Copy full SHA for 8db4810
.github/workflows/npm-publish.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v2
25
+ with:
26
+ persist-credentials: false
27
- run: npm ci
28
- name: Semantic Release
29
uses: cycjimmy/semantic-release-action@v2
0 commit comments