Skip to content

Commit 0ef49b5

Browse files
committed
adjust clone depth, prep for another release test
1 parent 73e6f87 commit 0ef49b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/[email protected]
10+
with:
11+
fetch-depth: 0
1012
- uses: cachix/install-nix-action@v16
1113
with:
1214
extra_nix_config: |
@@ -18,4 +20,4 @@ jobs:
1820
- run: nix build -f .
1921
- env:
2022
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21-
run: nix-shell --run "_npm_setup && lerna version && lerna publish from-package --dist-tag=@alpha"
23+
run: nix-shell --run "_npm_setup && lerna version && lerna publish from-package --dist-tag=@alpha --yes"

0 commit comments

Comments
 (0)