From d9bef18f1b26b11140f104a7a5e2c4e89a0677a3 Mon Sep 17 00:00:00 2001 From: Arthur Berezin <2787296+rtpro@users.noreply.github.com> Date: Thu, 25 Aug 2022 21:04:03 +0300 Subject: [PATCH] Update update-version.yml --- .github/workflows/update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 2b96067..7a87976 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v2 - uses: pocket-apps/action-update-version@v1 with: - files: 'plugin.yaml, README.md' + files: 'plugin.yaml' version-regexp: '\d+.\d+.\d+' repo-token: ${{ secrets.GITHUB_TOKEN }}