-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to security restrictions the workflow is not allowed to push directly to master and therefore will fail every time.
- Loading branch information
Showing
1 changed file
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,32 +56,3 @@ jobs: | |
new_branch: ${{ steps.get_branch.outputs.BRANCH }} | ||
author_name: elasticcloudclients | ||
author_email: [email protected] | ||
|
||
bump-minor-version: | ||
name: Bump main version | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: master | ||
fetch-depth: 0 | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.19 | ||
id: go | ||
|
||
- name: Bump main version | ||
run: make minor; git diff | ||
|
||
- name: Commit changes to main | ||
uses: EndBug/add-and-commit@v9 | ||
with: | ||
default_author: user_info | ||
message: 'Update minor version' | ||
branch: master | ||
author_name: elasticcloudclients | ||
author_email: [email protected] |