Skip to content

Commit 3d2bfa7

Browse files
authored
Update toPages.yml : fix typo in name
1 parent 6cb3319 commit 3d2bfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/toPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
run: |
5656
release_name="${{ github.event.inputs.release_name }}"
57-
api_url="https://api.github.com/repos/HelpViewer/helpHello/releases/tags/$tag"
57+
api_url="https://api.github.com/repos/HelpViewer/helpHello/releases/tags/$release_name"
5858
release=$(curl -s -H "Authorization: token $GITHUB_TOKEN" "$api_url")
5959
6060
mkdir -p hlp

0 commit comments

Comments
 (0)