Skip to content

Commit 3b58693

Browse files
authored
Update bump-version workflow to skip citation update (#62)
1 parent 8eaf13d commit 3b58693

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
run: |
6363
BUMP_TYPE=${{ github.event.inputs.bump_type }}
6464
VERSION=$(python3 bin/bump_version.py $BUMP_TYPE)
65-
python3 bin/update_citation.py $VERSION
6665
echo "version=$VERSION" >> $GITHUB_OUTPUT
67-
git add qbraid_algorithms/_version.py CITATION.cff
66+
git add qbraid_algorithms/_version.py
6867
git commit -m "Bump $BUMP_TYPE version to $VERSION"
6968
git push origin qbraid-bot/${{ github.run_id }}
7069
@@ -84,4 +83,4 @@ jobs:
8483
VERSION=${{ steps.bump_version.outputs.version }}
8584
PR_URL=${{ steps.create_pr.outputs.url }}
8685
PR_NUMBER=${{ steps.create_pr.outputs.number }}
87-
echo "Opened PR [#$PR_NUMBER]($PR_URL) to update project to version **$VERSION**." >> $GITHUB_STEP_SUMMARY
86+
echo "Opened PR [#$PR_NUMBER]($PR_URL) to update project to version **$VERSION**." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)