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 387df15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
ref: kube-deploy

- name: Update publish version
id: update
Expand All @@ -34,5 +35,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 387df15

Please sign in to comment.