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 16c9880 commit 3a2378dCopy full SHA for 3a2378d
.github/workflows/release-please.yaml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
ref: refs/tags/${{ steps.release.outputs.tag_name }}
27
+ persist-credentials: false
28
if: steps.release.outputs.releases_created
29
30
- name: Setup Node.js
.github/workflows/test.yaml
@@ -29,6 +29,7 @@ jobs:
31
ref: ${{ github.ref }}
32
33
34
- name: Setup Node.js ${{ matrix.node-version }}
35
uses: actions/setup-node@v4
0 commit comments