Skip to content

Commit

Permalink
chore: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 26, 2024
1 parent c66b60b commit 0e7294d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main

permissions:
id-token: write
attestations: write
contents: write
pull-requests: write

Expand All @@ -16,6 +18,10 @@ jobs:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
id: release

- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Build
if: ${{ steps.release.outputs.release_created }}
run: echo foo > bar.txt
Expand Down

0 comments on commit 0e7294d

Please sign in to comment.