Skip to content

Commit e0db5be

Browse files
committed
chore: add initial pre-release configuration for alpha versioning and update GitHub Actions workflow with npm registry URL
1 parent c6a1ede commit e0db5be

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@talkio/deepgram": "1.0.0-alpha.1",
6+
"talkio": "1.0.0-alpha.1"
7+
},
8+
"changesets": []
9+
}

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/setup-node@v4
3535
with:
3636
node-version: 20
37+
registry-url: "https://registry.npmjs.org"
3738

3839
- name: Install dependencies
3940
run: bun install

0 commit comments

Comments
 (0)