Skip to content

Commit

Permalink
Swap out version bumper workflow delegation (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 22, 2024
1 parent e7e986e commit 1044a2f
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,21 @@ jobs:
push-release-tag:
needs: tests
if: github.ref == 'refs/heads/master'
uses: QubitPi/hashicorp-aws/.github/workflows/version-bump.yml@master
with:
user: QubitPi
email: jack20220723@gmail.com
secrets: inherit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Download auto-version bump scripts
run: |
git clone https://github.com/QubitPi/hashicorp-aws.git ../hashicorp-aws
cp ../hashicorp-aws/.github/version-bump/tag-for-release.bash .github/
cp ../hashicorp-aws/.github/version-bump/upversion.py .github/
- name: Tag for release
run: |
git config --global user.name QubitPi
git config --global user.email jack20220723@gmail.com
.github/tag-for-release.bash
release:
name: Publish Python SDK To PyPI
Expand Down

0 comments on commit 1044a2f

Please sign in to comment.