Skip to content

Commit 84ea15a

Browse files
authored
Test CI publishing flow, again. (#12)
* readme change * add changeset
1 parent 9cd2ce0 commit 84ea15a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.changeset/olive-donkeys-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@team-plain/typescript-sdk': patch
3+
---
4+
5+
Updated readme

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: "16"
18-
env:
19-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2018
- uses: actions/checkout@v2
2119
- uses: tibdex/github-app-token@v1
2220
id: generate-token
@@ -33,4 +31,3 @@ jobs:
3331
env:
3432
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
3533
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# typescript-sdk
22

3-
This is the Typescript/JS SDK for Plain.com's Core API.
3+
This is the Typescript/JS SDK for Plain.com's Core API. It allows you to do basic actions.
44

55
This is a work in progress. Docs are coming soon!

0 commit comments

Comments
 (0)