diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 30475e2..2b96067 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' + files: 'plugin.yaml, README.md' version-regexp: '\d+.\d+.\d+' - repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }}