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 0cbf1fd commit 276bc80Copy full SHA for 276bc80
.github/workflows/update-docs-and-release.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
+ with:
17
+ persist-credentials: true
18
19
- name: Set release tag
20
run: |
0 commit comments