Skip to content

Commit c33ea2c

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 3fb1965 + a9f74a8 commit c33ea2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/guides/about-packaging-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In addition to uploading packaging artifacts for testing in a continuous integra
4545
* **Publish packages to {% data variables.product.prodname_registry %}**
4646
{% data variables.product.prodname_registry %} can act as a package hosting service for many types of packages. You can choose to share your packages with all of {% data variables.product.prodname_dotcom %}, or private packages to share with collaborators or an organization. For more information, see "[About {% data variables.product.prodname_registry %}](/github/managing-packages-with-github-packages/about-github-packages)."
4747

48-
You may want to publish packages to {% data variables.product.prodname_registry %} on every push into the default branch. This will allow developers on your project to always be able to run and test the latest build out of master easily, by installing it from {% data variables.product.prodname_registry %}.
48+
You may want to publish packages to {% data variables.product.prodname_registry %} on every push into the default branch. This will allow developers on your project to always be able to run and test the latest build out of the main branch easily, by installing it from {% data variables.product.prodname_registry %}.
4949

5050
* **Publish packages to a package registry**
5151
For many projects, publishing to a package registry is performed whenever a new version of a project is released. For example, a project that produces a JAR file may upload new releases to the Maven Central repository. Or, a .NET project may produce a nuget package and upload it to the NuGet Gallery.

0 commit comments

Comments
 (0)