Skip to content

Commit

Permalink
feat: add checkout depth to get all the repo commits in the workflow …
Browse files Browse the repository at this point in the history
…and be able to filter the correct one in the release notes
  • Loading branch information
clauBv23 committed Apr 29, 2024
1 parent 8bc09d4 commit 968106e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: 'develop'
fetch-depth: 0 # fetch all history
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 968106e

Please sign in to comment.