diff --git a/README.md b/README.md index ab790d81..e6baef6b 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,8 @@ jobs: - name: Bump version uses: callowayproject/bump-my-version@master + env: + BUMPVERSION_TAG: "true" with: args: "major" ```