You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-version-pr.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ jobs:
151
151
- Merge this PR
152
152
- Ensure you're up to date: `git pull origin main`
153
153
- Tag with `v${{ steps.apply.outputs.new_pkg_version }}`: `git tag -a v${{ steps.apply.outputs.new_pkg_version }} -m "Release Qiskit IBM Catalog v${{ steps.apply.outputs.new_pkg_version }}"`
154
-
- Push the tag to GitHug: `git push origin v${{ steps.apply.outputs.new_pkg_version }}`
154
+
- Push the tag to GitHub: `git push origin v${{ steps.apply.outputs.new_pkg_version }}`
155
155
156
156
Pushing the tag will trigger the following [GitHub workflow](https://github.com/Qiskit/qiskit-ibm-catalog/blob/main/.github/workflows/client-pypi-release.yaml) to release the package on PyPI.
0 commit comments