We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e6f87 commit 0ef49b5Copy full SHA for 0ef49b5
.github/workflows/build.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/[email protected]
10
+ with:
11
+ fetch-depth: 0
12
- uses: cachix/install-nix-action@v16
13
with:
14
extra_nix_config: |
@@ -18,4 +20,4 @@ jobs:
18
20
- run: nix build -f .
19
21
- env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- 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