From e07266098c6892944e2a1429098ac604de7cf5db Mon Sep 17 00:00:00 2001 From: GenjiruSUchiwa Date: Sun, 24 Nov 2024 16:28:22 +0100 Subject: [PATCH] ci: update publish workflow --- .github/workflows/publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3382c26..6f0a7a7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,11 +2,6 @@ name: Publish Release on: workflow_dispatch: - inputs: - version: - description: 'Version to publish (e.g., 1.0.0)' - required: true - type: string env: APP_NAME: Place.API