Skip to content

Commit df03592

Browse files
elucidsoftclaude
andcommitted
chore: switch to npm trusted publishing (OIDC), bump v0.2.0
- Remove NPM_TOKEN secret from publish workflow - OIDC id-token handles auth via trusted publisher config - Bump version to 0.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70b81e6 commit df03592

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ jobs:
3030

3131
- name: Publish
3232
run: npm publish --provenance --access public
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudlayerio/sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Official TypeScript/JavaScript SDK for the CloudLayer.io document generation API",
55
"license": "Apache-2.0",
66
"author": "CloudLayer.io",

0 commit comments

Comments
 (0)