Skip to content

Commit

Permalink
adjust clone depth, prep for another release test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed May 5, 2022
1 parent 73e6f87 commit 0ef49b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v16
with:
extra_nix_config: |
Expand All @@ -18,4 +20,4 @@ jobs:
- run: nix build -f .
- env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: nix-shell --run "_npm_setup && lerna version && lerna publish from-package --dist-tag=@alpha"
run: nix-shell --run "_npm_setup && lerna version && lerna publish from-package --dist-tag=@alpha --yes"

0 comments on commit 0ef49b5

Please sign in to comment.