Skip to content

Commit e187f1f

Browse files
Merge pull request #1032 from VWS-Python/gh-command-repo
Change release process to specify repo in `gh` command
2 parents 8f57c99 + 2e9b918 commit e187f1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/release-process.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Perform a Release
1515
#. Perform a release:
1616

1717
.. prompt:: bash
18+
:substitutions:
1819

19-
$ gh workflow run release.yml
20+
$ gh workflow run release.yml --repo |github-owner|/|github-repository|
2021

2122
.. _Install GitHub CLI: https://cli.github.com/manual/installation

0 commit comments

Comments
 (0)