There was an error while loading. Please reload this page.
1 parent a94254d commit ce8ceeeCopy full SHA for ce8ceee
.github/workflows/create-release.yml
@@ -35,5 +35,5 @@ jobs:
35
path: ./release/${{ github.event.inputs.release }}/*
36
37
- name: Publish Release
38
- run: gh release create v${{ github.event.inputs.release }} ./ui-grid-${{ github.event.inputs.release }}.zip -F ./release/${{ github.event.inputs.release }}/CHANGELOG.md
+ run: gh release create v${{ github.event.inputs.release }} ./ui-grid-${{ github.event.inputs.release }}.zip
39
0 commit comments