26 lines
974 B
Markdown
26 lines
974 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.'
|
|
product: '{% data reusables.gated-features.actions %}'
|
|
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
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '>=2.22'
|
|
github-ae: '*'
|
|
type: overview
|
|
topics:
|
|
- Packaging
|
|
---
|
|
|
|
{% data reusables.actions.enterprise-beta %}
|
|
{% data reusables.actions.enterprise-github-hosted-runners %}
|
|
{% data reusables.actions.ae-beta %}
|
|
|
|
{% data reusables.package_registry.about-packaging-and-actions %}
|
|
|
|
## Further reading
|
|
|
|
- "[Publishing Node.js packages](/actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages)"
|