We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a907a commit 3d033acCopy full SHA for 3d033ac
.github/workflows/create-release.yml
@@ -27,5 +27,5 @@ jobs:
27
uses: actions/[email protected]
28
29
- name: Publish Release
30
- run: gh release create v${{ github.event.inputs.release }} '/release/${{ github.event.inputs.release }}/*' --target gh-pages
+ run: gh release create v${{ github.event.inputs.release }} --target gh-pages '/release/${{ github.event.inputs.release }}/*'
31
0 commit comments