fix yml syntax

This commit is contained in:
Rajeh Taher
2024-01-19 19:04:33 +02:00
committed by GitHub
parent b5e5239c94
commit 05751dc953

View File

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