File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,16 @@ jobs:
11
11
bump :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v1
15
- - name : Configure git
16
- run : |
17
- git config --global user.email "bot@coder.com"
18
- git config --global user.name "Coder Bot"
19
- git remote add github "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
14
+ - uses : actions/checkout@v2
15
+ # - name: Configure git
16
+ # run: |
17
+ # git config --global user.email "bot@coder.com"
18
+ # git config --global user.name "Coder Bot"
20
19
- run : |
21
20
./ci/scripts/bump-coder-cli.sh 1.14.1
22
21
git diff
23
22
git checkout -b bump-coder-cli-1.14.1
24
23
git add coder-cli.rb
25
- git commit -m "feat: bump coder-cli version to v$version "
24
+ git commit -m "feat: bump coder-cli version to v1.14.1 "
26
25
git push --set-upstream github bump-coder-cli-1.14.1
27
26
gh pr create --fill --reviewer cmoog
You can’t perform that action at this time.
0 commit comments