Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test alternate package
Browse files Browse the repository at this point in the history
Dam-Buty committed Jul 18, 2024
1 parent 3a154eb commit 17bc276
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -20,6 +20,6 @@ jobs:
- name: Install dependencies
run: npm i
- run: npm run build
- run: npm publish --dry-run
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@literalai/client",
"version": "0.0.510",
"name": "@literalai/client-test",
"version": "0.0.511",
"description": "",
"exports": {
".": {

0 comments on commit 17bc276

Please sign in to comment.