We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c85ddf + 81a7f0c commit 9490479Copy full SHA for 9490479
2 files changed
.github/workflows/publish-npm.yml
@@ -4,7 +4,7 @@ on:
4
types: [created]
5
6
permissions:
7
- contents: read # we need to read secrets
+ contents: read
8
id-token: write
9
10
jobs:
@@ -15,7 +15,5 @@ jobs:
15
uses: actions/checkout@v6
16
- name: Setup Node
17
uses: actions/setup-node@v6
18
- with:
19
- registry-url: "https://registry.npmjs.org"
20
- name: Publish package on NPM 📦
21
run: npm publish --access public --provenance
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@staffbase/create-staffbase-plugin",
3
- "version": "1.0.12",
+ "version": "1.0.13",
"license": "MIT",
"bin": {
"create-staffbase-plugin": "csss.js"
0 commit comments