File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 62
62
run : |
63
63
BUMP_TYPE=${{ github.event.inputs.bump_type }}
64
64
VERSION=$(python3 bin/bump_version.py $BUMP_TYPE)
65
- python3 bin/update_citation.py $VERSION
66
65
echo "version=$VERSION" >> $GITHUB_OUTPUT
67
- git add qbraid_algorithms/_version.py CITATION.cff
66
+ git add qbraid_algorithms/_version.py
68
67
git commit -m "Bump $BUMP_TYPE version to $VERSION"
69
68
git push origin qbraid-bot/${{ github.run_id }}
70
69
84
83
VERSION=${{ steps.bump_version.outputs.version }}
85
84
PR_URL=${{ steps.create_pr.outputs.url }}
86
85
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
You can’t perform that action at this time.
0 commit comments