Skip to content

Commit 5a4adc0

Browse files
authored
ci: final attempt (#17)
1 parent b946316 commit 5a4adc0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/bump.app.version.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,12 @@ jobs:
7272
jq --arg version "${{ steps.set-app-version.outputs.new_app_version }}" '.version = $version' versions.json > versions.temp.json
7373
mv versions.temp.json versions.json
7474
75-
- name: Create PR with new app version
75+
- name: Create commit with new app version
7676
working-directory: packages/clippy
77-
env:
78-
GH_TOKEN: ${{ secrets.CI_DEPLOY_SECRET }}
7977
run: |
8078
git config user.name "github-actions"
8179
git config user.email "github-actions@github.com"
8280
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 }}"
8482
git pull --rebase origin main
85-
git push origin "$BRANCH_NAME"
83+
git push

0 commit comments

Comments
 (0)