We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330b28f commit e01111aCopy full SHA for e01111a
.github/workflows/release.yml
@@ -7,13 +7,13 @@ on:
7
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8
9
jobs:
10
- ci:
11
- uses: smallstep/certificates/.github/workflows/ci.yml@master
12
- secrets: inherit
+ #ci:
+ # uses: smallstep/certificates/.github/workflows/ci.yml@master
+ # secrets: inherit
13
14
create_release:
15
name: Create Release
16
- needs: ci
+ #needs: ci
17
runs-on: ubuntu-latest
18
env:
19
DOCKER_IMAGE: smallstep/step-ca
@@ -63,7 +63,7 @@ jobs:
63
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
64
with:
65
enable-packages-upload: true
66
- is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}
+ is-prerelease: false
67
secrets: inherit
68
69
build_upload_docker:
0 commit comments