Skip to content

Commit

Permalink
🔧 Fix CI.yml release pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Apr 29, 2024
1 parent 2b1a4cc commit a7c9e9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
permissions:
contents: read

concurrency:
group: ci-${{ github.ref_name }}
cancel-in-progress: true

jobs:

lint:
Expand Down Expand Up @@ -230,14 +234,15 @@ jobs:
provenance:
needs: checksum
if: "startsWith(github.ref, 'refs/tags/')"
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
permissions:
actions: read
id-token: write
contents: write
with:
base64-subjects: ${{ needs.checksum.outputs.hashes }}
upload-assets: true
compile-generator: true

release:
name: release
Expand Down

0 comments on commit a7c9e9f

Please sign in to comment.