diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 571ead7d..fab74029 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,8 @@ jobs: with: release-type: node changelog-types: '[{"type":"feat","section":"Features"},{"type":"fix","section":"Bug Fixes"},{"type":"perf","section":"Performance Improvements"},{"type":"test","section":"Tests"},{"type":"docs","section":"Documentation"},{"type":"build","section":"Build System"},{"type":"ops","section":"CI/CD Changes"},{"type":"chore","section":"Miscellaneous Chores"},{"type":"refactor","section":"Refactored"}]' - draft: true - command: github-release + prerelease: true + - name: Checkout 🛎️ uses: actions/checkout@v3 with: