chore: fix release workflow

This commit is contained in:
Rajeh Taher
2024-01-19 20:06:42 +02:00
parent ab7db8de5f
commit 57d339de98

View File

@@ -42,8 +42,5 @@ jobs:
- name: Install Dependencies
run: yarn
- name: "DEBUG - Show git status"
run: git status
- name: Release
run: "npx release-it --increment ${{ github.event.inputs.increment }}"