Skip to content

Commit

Permalink
Merge pull request #3 from ahasunos/ci/configure-gh-workflows
Browse files Browse the repository at this point in the history
fix: rename old commit files from nse project
  • Loading branch information
ahasunos authored Sep 8, 2024
2 parents 374e55d + 4cc8e35 commit c6be162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
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:
Expand Down

0 comments on commit c6be162

Please sign in to comment.