Configure GitHub Actions to publish RPMs and Debs to packages.smallstep.com.

This commit is contained in:
Joe Doss
2024-11-18 11:35:50 -06:00
parent 707f53722f
commit 2b4894a871
5 changed files with 125 additions and 4 deletions

View File

@@ -61,6 +61,9 @@ jobs:
contents: write
packages: write
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
with:
enable-packages-upload: true
is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}
secrets: inherit
build_upload_docker: