Skip to content

Commit f15dd65

Browse files
committed
fix cicd
1 parent 1b45c60 commit f15dd65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: "Release version tag (e.g. 1.3.0)"
7+
description: "Release version tag (e.g. 1.3.1)"
88
required: true
99
type: string
1010

@@ -18,7 +18,7 @@ jobs:
1818
- name: Download And Extract Release Artifact
1919
uses: robinraju/release-downloader@v1
2020
with:
21-
token: ${{ secrets.CHAINS_REPOSITORY_TOKEN }}
21+
token: ${{ secrets.DEPENDENCY_REPO_TOKEN }}
2222
repository: java-Chains/chains
2323
tag: ${{ inputs.version }}
2424
out-file-path: ./ # 下载到当前目录下

0 commit comments

Comments
 (0)