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 90e5dfc commit 9ea5f90Copy full SHA for 9ea5f90
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
publish_dir: ./build
62
- keep_files: false
+ force_orphan: true
63
64
- name: Generate Changelog
65
id: changelog
0 commit comments