From 65ec7ebd766c7d93d03c8eb9626b2c149b555dd1 Mon Sep 17 00:00:00 2001 From: Sergi Philipsen Date: Wed, 13 Sep 2023 14:02:19 +0200 Subject: [PATCH] Update and rename update-app-version.yaml to update-app-version.yml (#3) --- .../{update-app-version.yaml => update-app-version.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{update-app-version.yaml => update-app-version.yml} (93%) diff --git a/.github/workflows/update-app-version.yaml b/.github/workflows/update-app-version.yml similarity index 93% rename from .github/workflows/update-app-version.yaml rename to .github/workflows/update-app-version.yml index 097a2ee..b24d4a8 100644 --- a/.github/workflows/update-app-version.yaml +++ b/.github/workflows/update-app-version.yml @@ -1,4 +1,4 @@ -name: update-app-version +name: update appVersion on: workflow_dispatch: inputs: @@ -22,4 +22,4 @@ jobs: - name: update appVersion run: echo WIP - name: update version - run: echo WIP \ No newline at end of file + run: echo WIP