Skip to content

Commit

Permalink
Merge pull request #457 from DTS-STN/feat/testing-123
Browse files Browse the repository at this point in the history
fix: added git checkout action
  • Loading branch information
zeddotes authored Oct 15, 2022
2 parents 43020a0 + 976781e commit 567541a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
create_branch: false

0 comments on commit 567541a

Please sign in to comment.