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 b170f44 commit 82a907aCopy full SHA for 82a907a
.github/workflows/create-release.yml
@@ -27,5 +27,5 @@ jobs:
27
uses: actions/checkout@v3.3.0
28
29
- name: Publish Release
30
- run: gh release create v${{ github.event.inputs.release }} '/release/${{ github.event.inputs.release }}/*'
+ run: gh release create v${{ github.event.inputs.release }} '/release/${{ github.event.inputs.release }}/*' --target gh-pages
31
0 commit comments