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 1b45c60 commit f15dd65Copy full SHA for f15dd65
.github/workflows/release-docker.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
version:
7
- description: "Release version tag (e.g. 1.3.0)"
+ description: "Release version tag (e.g. 1.3.1)"
8
required: true
9
type: string
10
@@ -18,7 +18,7 @@ jobs:
18
- name: Download And Extract Release Artifact
19
uses: robinraju/release-downloader@v1
20
with:
21
- token: ${{ secrets.CHAINS_REPOSITORY_TOKEN }}
+ token: ${{ secrets.DEPENDENCY_REPO_TOKEN }}
22
repository: java-Chains/chains
23
tag: ${{ inputs.version }}
24
out-file-path: ./ # 下载到当前目录下
0 commit comments