Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 19, 2024
1 parent e63b649 commit 35c1054
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
ci:
uses: smallstep/certificates/.github/workflows/ci.yml@master
secrets: inherit
#ci:
# uses: smallstep/certificates/.github/workflows/ci.yml@master
# secrets: inherit

create_release:
name: Create Release
needs: ci
#needs: ci
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: smallstep/step-ca
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
with:
enable-packages-upload: true
is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}
is-prerelease: false
secrets: inherit

build_upload_docker:
Expand Down

0 comments on commit 35c1054

Please sign in to comment.