chore: fix manual release action

This commit is contained in:
Rajeh Taher
2024-01-19 18:56:00 +02:00
committed by GitHub
parent 32fc653917
commit 962af99aba

View File

@@ -42,5 +42,8 @@ jobs:
- name: Install Dependencies
run: yarn
- name: Refresh git working dir
run: "git update-index -q --refresh"
- name: Release
run: "npx release-it --increment ${{ github.event.inputs.increment }}"