Skip to content

Commit

Permalink
Reenable ci steps in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 23, 2024
1 parent 16a07be commit e144602
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e144602

Please sign in to comment.