Skip to content

Commit

Permalink
ci: include all commits when releasing to build proper release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid committed Mar 28, 2024
1 parent 06143b2 commit 234f2a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
DOCKER_REGISTRY_URL: registry.hub.docker.com
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
Expand Down

0 comments on commit 234f2a3

Please sign in to comment.