Skip to content

Commit

Permalink
fix: perform checkout before running release please
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed May 9, 2022
1 parent 5453450 commit cbc6a0a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-please.yml
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
with:
submodules: recursive


- uses: GoogleCloudPlatform/release-please-action@v2
id: release_sys
with:
Expand All @@ -27,10 +32,6 @@ jobs:
bump-minor-pre-major: Yes
monorepo-tags: true

- uses: actions/checkout@v2
if: ${{ steps.release_main.outputs.release_created || steps.release_sys.outputs.release_created }}
with:
submodules: recursive

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit cbc6a0a

Please sign in to comment.