File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments