Skip to content

Commit

Permalink
Automatic version increment: Always checkout deployment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 3, 2023
1 parent 09628d0 commit 4b52b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
ref: kube-deploy

- name: Update publish version
id: update
Expand All @@ -34,5 +36,3 @@ jobs:
add: '.'
message: "[ci skip] deploy from ${{ steps.update.outputs.VERSION }}"
signoff: true
# specify the branch you want to commit if need
# branch: main

0 comments on commit 4b52b47

Please sign in to comment.