Skip to content

Commit a9f74a8

Browse files
authored
Merge pull request #5343 from anthonygrimes/patch-1
Changed reference to master branching in actions docs, should be main to match renaming
2 parents 9d50dae + 31fc7dd commit a9f74a8

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)