From e14460257ca757fe09f6e866ee61621bec5ab084 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 22 Jul 2024 21:26:38 -0700 Subject: [PATCH] Reenable ci steps in release workflow --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2781fe4c..46fc02c07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,17 +7,17 @@ on: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: - #ci: - # permissions: - # actions: read - # contents: read - # security-events: write - # uses: smallstep/cli/.github/workflows/ci.yml@master - # secrets: inherit + ci: + permissions: + actions: read + contents: read + security-events: write + uses: smallstep/cli/.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-cli