1
0
mirror of synced 2025-12-20 18:36:31 -05:00
Files
docs/content/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package.md
2021-08-19 18:18:00 +00:00

20 lines
1.0 KiB
Markdown

---
title: Example workflows for publishing a package
intro: 'To help you get started with your own custom workflows, review some example workflows for publishing packages.'
versions:
fpt: '*'
ghes: '*'
ghae: '*'
shortTitle: Example workflows
---
{% data reusables.package_registry.packages-ghes-release-stage %}
{% data reusables.package_registry.packages-ghae-release-stage %}
You can find example workflows in "[Publishing and installing a package with {% data variables.product.prodname_actions %}](/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions)" or in any of these {% data variables.product.prodname_actions %} guides:
- [Publishing Node.js packages](/actions/guides/publishing-nodejs-packages)
- [Publishing Docker images](/actions/guides/publishing-docker-images)
- [Publishing Java packages with Maven](/actions/guides/publishing-java-packages-with-maven)
- [Publishing Java packages with Gradle](/actions/guides/publishing-java-packages-with-gradle)