We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ef7a9 commit bffaacfCopy full SHA for bffaacf
.github/workflows/release-please.yml
@@ -23,6 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
with:
25
ref: ${{ github.event.after }}
26
+ persist-credentials: false
27
if: ${{ steps.release.outputs.release_created }}
28
29
- run: npm run build
0 commit comments