Skip to content

Commit ba791db

Browse files
Fix sentence structure in "publish packages with actions" (#32314)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 8df4a93 commit ba791db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
This new workflow will run automatically every time you push a change to a branch named `release` in the repository. You can view the progress in the **Actions** tab.
189189

190-
A few minutes after the workflow has completed, the new package will visible in your repository. To find your available packages, see "[AUTOTITLE](/packages/learn-github-packages/viewing-packages#viewing-a-repositorys-packages)."
190+
A few minutes after the workflow has completed, the new package will be visible in your repository. To find your available packages, see "[AUTOTITLE](/packages/learn-github-packages/viewing-packages#viewing-a-repositorys-packages)."
191191

192192
## Installing a package using an action
193193

0 commit comments

Comments
 (0)