CARVIEW |
Select Language
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 3792:49CF8:4999458:5AA1FFF:6889C539
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Wed, 30 Jul 2025 07:09:47 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210023-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753859386.427536,VS0,VE1294
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 18998
使用 GitHub Actions 工作流程管理 GitHub Packages - GitHub 文档
Skip to main content
GitHub 文档
搜索或询问 Copilot
Select language: current language is Simplified Chinese
搜索或询问 Copilot
打开菜单
Open Sidebar
使用 GitHub Actions 工作流程管理 GitHub Packages
通过构建自定义工作流程,您可以安全地发布和使用包,也可以构建、测试和部署代码。
使用 GitHub Actions 发布和安装包
您可以配置 GitHub Actions 中的工作流程以自动发布或安装 GitHub Packages 的包。
发布包的工作流程示例
为了帮助您开始使用自己的自定义工作流程,请查看一些用于发布包的工作流程示例。
关于 GitHub Packages 和 GitHub Actions
通过 GitHub Actions 工作流程了解管理包的基础知识。