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 6cb3319 commit 3d2bfa7Copy full SHA for 3d2bfa7
.github/workflows/toPages.yml
@@ -54,7 +54,7 @@ jobs:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
run: |
56
release_name="${{ github.event.inputs.release_name }}"
57
- api_url="https://api.github.com/repos/HelpViewer/helpHello/releases/tags/$tag"
+ api_url="https://api.github.com/repos/HelpViewer/helpHello/releases/tags/$release_name"
58
release=$(curl -s -H "Authorization: token $GITHUB_TOKEN" "$api_url")
59
60
mkdir -p hlp
0 commit comments