Skip to content

Commit

Permalink
ci: use fetch depth to make changeloggithub work
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung committed Jun 7, 2023
1 parent 8ebc913 commit f175e83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: 18
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v2
Expand Down

0 comments on commit f175e83

Please sign in to comment.