Skip to content

Commit

Permalink
ci: use include merged tags
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecesr committed Oct 21, 2024
1 parent e9b6f94 commit 207bb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: git config user.name github-actions[bot]
- run: git config user.email 41898282+github-actions[bot]@users.noreply.github.com

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/*"
],
"scripts": {
"release": "lerna publish --yes",
"release": "lerna publish --include-merged-tags --yes",
"prepare": "husky"
},
"devDependencies": {
Expand All @@ -19,4 +19,4 @@
"husky": "^9.1.6",
"lerna": "^8.1.8"
}
}
}

0 comments on commit 207bb4a

Please sign in to comment.