diff --git a/.github/workflows/afids-validator_release.yml b/.github/workflows/afids-validator_release.yml index 1f078fd6..ce2b627d 100644 --- a/.github/workflows/afids-validator_release.yml +++ b/.github/workflows/afids-validator_release.yml @@ -35,10 +35,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Update setup.py version + - name: Update pyproject.toml version uses: jacobtomlinson/gha-find-replace@master with: - include: "setup.py" + include: "pyproject.toml" find: 'v(?:([0-9]+\.[0-9]+\.[0-9]+.+)|([0-9]+\.[0-9]+\.[0-9]+))' replace: '${{ steps.release-drafter.outputs.name }}"'