Skip to content

Commit

Permalink
Give yarn the whole git history
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Nov 10, 2024
1 parent a1e3924 commit bb72870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Read .node-version
id: node-version
run: echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bb72870

Please sign in to comment.