Skip to content

Commit c5df378

Browse files
committed
chore: update release config
Signed-off-by: Jakub Freisler <[email protected]>
1 parent c74a89f commit c5df378

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
with:
9696
command: manifest
9797
default-branch: main
98+
monorepo-tags: true
9899

99100
build-and-release:
100101
name: build and release
@@ -117,5 +118,6 @@ jobs:
117118
run: pnpm publish -r
118119
env:
119120
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
121+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
120122
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)