Skip to content

Commit

Permalink
Revert "[CLIENT-1839] Submit PR to bump to a release version and buil…
Browse files Browse the repository at this point in the history
…d its artifacts (#489)" (#490)

This reverts commit e3ed7a7.
  • Loading branch information
juliannguyen4 authored Aug 21, 2023
1 parent e3ed7a7 commit 741ad68
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,7 @@ jobs:
sed -i "s/const char version\[] = \".*\";/const char version\[] = \"${{ env.NEW_TAG }}\";/" src/main/aerospike.c
echo -e "${{ env.NEW_TAG }}" > VERSION
- name: Submit PR for release version
run: ${{ inputs.build-rc-or-release == 'release' }}
uses: peter-evans/create-pull-request@v5
with:
commit-message: Bump version to ${{ env.NEW_TAG }}
branch: bump-to-${{ env.NEW_TAG }}
base: stage
add-paths: VERSION, src/main/aerospike.c
delete-branch: true
title: Bump version to ${{ env.NEW_TAG }}

- name: Commit new version
if: ${{ inputs.build-rc-or-release }} == 'rc'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Bump version to ${{ env.NEW_TAG }}
Expand Down

0 comments on commit 741ad68

Please sign in to comment.