Skip to content

Commit

Permalink
Merge pull request #82 from aragon/fix/publish-only-required-changes-…
Browse files Browse the repository at this point in the history
…in-release-notes

fix: update workflow to only publish the corresponding PRs in the release notes
  • Loading branch information
clauBv23 authored May 2, 2024
2 parents 8bc09d4 + 968106e commit d9aad02
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 d9aad02

Please sign in to comment.