Skip to content

Commit

Permalink
chore: fetch full history to be able to generate next version
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 6, 2023
1 parent 35d41e6 commit 7ac9faf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: GH_CREATE_PRE_RELEASE=true ./script/ci/release.sh
if: github.ref == 'refs/heads/master' && env.ACT != 'true' && runner.os == 'Linux'
env:
Expand All @@ -34,7 +36,8 @@ jobs:

steps:
- uses: actions/checkout@v3

with:
fetch-depth: 0

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -73,6 +76,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Download prebuilds
uses: actions/download-artifact@v3
Expand All @@ -96,6 +101,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7ac9faf

Please sign in to comment.