Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update version bumper file path (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Mar 5, 2024
1 parent 85d7034 commit 477e81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Download auto-version bump scripts
run: |
git clone https://github.com/QubitPi/hashicorp-aws.git ../hashicorp-aws
cp ../hashicorp-aws/auxiliary/github/tag-for-release.bash .github/
cp ../hashicorp-aws/auxiliary/github/upversion.py .github/
cp ../hashicorp-aws/.github/tag-for-release.bash .github/
cp ../hashicorp-aws/.github/upversion.py .github/
- name: Tag for release
run: |
git config --global user.name '$USER'
Expand Down

0 comments on commit 477e81a

Please sign in to comment.