Skip to content

Commit 81a7f0c

Browse files
timdittlerclaude
andcommitted
Raise version to v1.0.13 and fix trusted publishing
Remove registry-url from setup-node to allow OIDC-based authentication for npm trusted publishing instead of token-based auth. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3c85ddf commit 81a7f0c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [created]
55

66
permissions:
7-
contents: read # we need to read secrets
7+
contents: read
88
id-token: write
99

1010
jobs:
@@ -15,7 +15,5 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
18-
with:
19-
registry-url: "https://registry.npmjs.org"
2018
- name: Publish package on NPM 📦
2119
run: npm publish --access public --provenance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staffbase/create-staffbase-plugin",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"license": "MIT",
55
"bin": {
66
"create-staffbase-plugin": "csss.js"

0 commit comments

Comments
 (0)