27 lines
959 B
Markdown
27 lines
959 B
Markdown
---
|
|
title: About packaging with GitHub Actions
|
|
intro: 'You can set up workflows in {% data variables.product.prodname_actions %} to produce packages and upload them to {% data variables.product.prodname_registry %} or another package hosting provider.'
|
|
redirect_from:
|
|
- /actions/automating-your-workflow-with-github-actions/about-packaging-with-github-actions
|
|
- /actions/publishing-packages-with-github-actions/about-packaging-with-github-actions
|
|
- /actions/guides/about-packaging-with-github-actions
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
type: overview
|
|
topics:
|
|
- Packaging
|
|
shortTitle: Packaging with GitHub Actions
|
|
---
|
|
|
|
{% data reusables.actions.enterprise-beta %}
|
|
{% data reusables.actions.enterprise-github-hosted-runners %}
|
|
|
|
{% data reusables.package_registry.about-packaging-and-actions %}
|
|
|
|
## Further reading
|
|
|
|
- "[Publishing Node.js packages](/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages)"
|