mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Configure GitHub Actions to publish RPMs and Debs to packages.smallstep.com.
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user