diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 13a17bb..d2e6de8 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -57,7 +57,7 @@ jobs: run: | git config user.name "github-actions" git config user.email "actions@github.com" - git add lib/nse_data/version.rb + git add lib/api_wrapper/version.rb git commit -m "Bump version by github-actions" git push origin main env: