-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust clone depth, prep for another release test
- Loading branch information
1 parent
73e6f87
commit 0ef49b5
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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" |