Skip to content

Commit

Permalink
Remove workflow updating master. (#471)
Browse files Browse the repository at this point in the history
Due to security restrictions the workflow is not allowed to push directly to master and therefore will fail every time.
  • Loading branch information
gigerdo committed May 15, 2024
1 parent 47ae48c commit 76b8bcd
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,32 +56,3 @@ jobs:
new_branch: ${{ steps.get_branch.outputs.BRANCH }}
author_name: elasticcloudclients
author_email: elasticcloudclients@elastic.co

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: elasticcloudclients@elastic.co

0 comments on commit 76b8bcd

Please sign in to comment.