Skip to content

Commit

Permalink
👷 CI: Add the stash apply to apply the changes directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Apr 29, 2024
1 parent 2924c8d commit 6755bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git stash
git checkout bump-new-version
git pull origin
git stash pop
git stash apply --index
git add --all
git commit -m "🔖 Tag: Bump new project version using Sempyver"
git push
Expand Down

0 comments on commit 6755bd0

Please sign in to comment.