We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210a3fa commit 20b5980Copy full SHA for 20b5980
.github/workflows/publish.yml
@@ -24,14 +24,12 @@ jobs:
24
cache-dependency-path: "**/yarn.lock"
25
registry-url: "https://registry.npmjs.org"
26
scope: "@reflag"
27
+ - name: npm version
28
+ run: npm version
29
- name: Install dependencies
30
run: yarn install --immutable
31
- name: Build packages
32
run: yarn build
- - name: npm login
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
33
- env:
34
- NPM_TOKEN: ${{ secrets.REFLAG_NPM_TOKEN }}
35
- name: Publish
36
run: yarn lerna publish from-package --no-private --yes
37
- name: Build docs
0 commit comments