We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c689f39 commit 872d896Copy full SHA for 872d896
.github/workflows/bump-version.yml
@@ -43,6 +43,7 @@ jobs:
43
with:
44
fetch-depth: 0
45
token: ${{ secrets.PAT }}
46
+ persist-credentials: true
47
- name: Npm install
48
uses: ./.github/actions
49
- name: Bump version
0 commit comments