Skip to content

Commit 3d033ac

Browse files
authored
chore: attempt #2 at changing target
1 parent 82a907a commit 3d033ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
uses: actions/[email protected]
2828

2929
- name: Publish Release
30-
run: gh release create v${{ github.event.inputs.release }} '/release/${{ github.event.inputs.release }}/*' --target gh-pages
30+
run: gh release create v${{ github.event.inputs.release }} --target gh-pages '/release/${{ github.event.inputs.release }}/*'
3131

0 commit comments

Comments
 (0)