Skip to content

Commit

Permalink
fixup! ci: kwctl-specific changes to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viccuad committed Aug 3, 2023
1 parent 9691911 commit 4983572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: kwctl release
on:
push:
tags:
- 'v*'
- "v*"

# Declare default permissions as read only.
permissions: read-all
Expand All @@ -17,7 +17,7 @@ jobs:

build:
name: Build kwctl, sign it, and generate SBOMs
uses: ./.github/workflows/reusable-build.yml
uses: ./.github/workflows/build.yml
permissions:
id-token: write
packages: write
Expand Down

0 comments on commit 4983572

Please sign in to comment.