We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76f196 commit f1b0e67Copy full SHA for f1b0e67
.github/workflows/cli-publish.yaml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
+ with:
18
+ - persist-credentials: false
19
- name: Checkout Aptos CLI version
20
run: |
21
# 获取输入的版本号
0 commit comments