File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,12 @@ jobs:
72
72
jq --arg version "${{ steps.set-app-version.outputs.new_app_version }}" '.version = $version' versions.json > versions.temp.json
73
73
mv versions.temp.json versions.json
74
74
75
- - name : Create PR with new app version
75
+ - name : Create commit with new app version
76
76
working-directory : packages/clippy
77
- env :
78
- GH_TOKEN : ${{ secrets.CI_DEPLOY_SECRET }}
79
77
run : |
80
78
git config user.name "github-actions"
81
79
git config user.email "github-actions@github.com"
82
80
git add versions.json
83
- git commit -m "chore: bump app version to ${{ steps.set-app-version.outputs.new-app_version }}"
81
+ git commit -m "chore: bump app version to ${{ steps.set-app-version.outputs.new_app_version }}"
84
82
git pull --rebase origin main
85
- git push origin "$BRANCH_NAME"
83
+ git push
You can’t perform that action at this time.
0 commit comments