Skip to content

Commit 05ba494

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent be4509c commit 05ba494

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/bump-coder-cli.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ jobs:
1111
bump:
1212
runs-on: ubuntu-latest
1313
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"
2019
- run: |
2120
./ci/scripts/bump-coder-cli.sh 1.14.1
2221
git diff
2322
git checkout -b bump-coder-cli-1.14.1
2423
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"
2625
git push --set-upstream github bump-coder-cli-1.14.1
2726
gh pr create --fill --reviewer cmoog

0 commit comments

Comments
 (0)