From 69653a384933b6a4162b12809f22d0884bf8b032 Mon Sep 17 00:00:00 2001 From: Olena Stepaniuk Date: Wed, 21 Aug 2024 15:47:40 +0300 Subject: [PATCH] feat: update config --- .github/workflows/upload-docs-ios.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upload-docs-ios.yml b/.github/workflows/upload-docs-ios.yml index f931f48b5..3b32042b3 100644 --- a/.github/workflows/upload-docs-ios.yml +++ b/.github/workflows/upload-docs-ios.yml @@ -3,7 +3,8 @@ name: Upload Docs iOS on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+' + - 'test-doc-*' jobs: upload-docs: @@ -29,8 +30,8 @@ jobs: git status TAG_NAME=${{ github.ref }} TAG_NAME=${TAG_NAME#refs/tags/} - echo "Current tag: $TAG" - git add -A && git commit -m "Generate docs - $TAG" + echo "Current tag: $TAG_NAME" + git add -A && git commit -m "Generate docs - $TAG_NAME" - name: Push changes uses: ad-m/github-push-action@master with: