Skip to content

Commit 9490479

Browse files
authored
Merge pull request #133 from Staffbase/raise-to-v1.0.13
2 parents 3c85ddf + 81a7f0c commit 9490479

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)