Skip to content

Commit 1f92515

Browse files
committed
Typo
1 parent 9b507fd commit 1f92515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- Merge this PR
152152
- Ensure you're up to date: `git pull origin main`
153153
- 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 }}`
155155
156156
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.
157157

0 commit comments

Comments
 (0)