Skip to content

Commit 0c18c89

Browse files
committed
internal: Publish behavior test
1 parent db8bb7d commit 0c18c89

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/chilly-berries-turn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@data-client/vue': patch
3+
---
4+
5+
Just a test to validate publishing flow

.github/workflows/beta-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
title: "Version Packages (Beta)"
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"changeset:version": "run changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install",
1414
"changeset:publish": "run build && run changeset publish",
1515
"changeset:version:beta": "run changeset version --snapshot beta && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install",
16-
"changeset:publish:beta": "run build && run changeset publish --tag beta",
16+
"changeset:publish:beta": "run build && yarn workspaces foreach -A --no-private --topological-dev npm publish --access public --tag beta",
1717
"lint": "eslint",
1818
"format": "eslint --fix \"packages/*/src/**/*.{js,ts,tsx,cts}\"",
1919
"clean:types": "rimraf packages/*/*.tsbuildinfo",

0 commit comments

Comments
 (0)