Skip to content

Commit

Permalink
Fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 22, 2024
1 parent c91b57a commit 3296310
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,10 @@ jobs:
push-release-tag:
needs: tests
if: github.ref == 'refs/heads/master'
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
uses: QubitPi/hashicorp-aws/.github/workflows/version-bump.yml@master
with:
user: QubitPi
email: jack20220723@gmail.com

release:
name: Publish Python SDK To PyPI
Expand Down

0 comments on commit 3296310

Please sign in to comment.