diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 65c7adf5..454db995 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -10,10 +10,10 @@ jobs: release-please: runs-on: ubuntu-latest steps: - # - name: Checkout 🛎️ - # uses: actions/checkout@v3 - # with: - # fetch-depth: 0 + - name: Checkout 🛎️ + uses: actions/checkout@v3 + with: + fetch-depth: 0 # # This is the action in this repo! 👇 # # Note we set an `id` called `release`. We'll use that later... # - name: Validate and extract release information @@ -54,6 +54,4 @@ jobs: branch: ${{ steps.ga.outputs.pr.headBranchName }} tagging_message: v${{ steps.ga.outputs.major }}.${{ steps.ga.outputs.minor }}.${{ steps.ga.outputs.patch }}.next push_options: '--force' - create_branch: false - skip_fetch: true - skip_checkout: true \ No newline at end of file + create_branch: false \ No newline at end of file