We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dfb05 commit 8e3834eCopy full SHA for 8e3834e
.github/workflows/publish-core.yml
@@ -9,6 +9,7 @@ on:
9
- '.github/workflows/publish-core.yml'
10
11
permissions:
12
+ id-token: write
13
contents: read
14
15
jobs:
@@ -30,5 +31,3 @@ jobs:
30
31
32
- name: Publish to npm
33
run: npm publish -w @kodular/tinywebdb-core
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kodular/tinywebdb-core",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Cloud-agnostic TinyWebDB core implementation",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments