Skip to content

Commit e01111a

Browse files
committed
Testing
1 parent 330b28f commit e01111a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
88

99
jobs:
10-
ci:
11-
uses: smallstep/certificates/.github/workflows/ci.yml@master
12-
secrets: inherit
10+
#ci:
11+
# uses: smallstep/certificates/.github/workflows/ci.yml@master
12+
# secrets: inherit
1313

1414
create_release:
1515
name: Create Release
16-
needs: ci
16+
#needs: ci
1717
runs-on: ubuntu-latest
1818
env:
1919
DOCKER_IMAGE: smallstep/step-ca
@@ -63,7 +63,7 @@ jobs:
6363
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
6464
with:
6565
enable-packages-upload: true
66-
is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}
66+
is-prerelease: false
6767
secrets: inherit
6868

6969
build_upload_docker:

0 commit comments

Comments
 (0)