1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

21 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: '*'
ghec: '*'
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)