Skip to content

Commit 6fa9a87

Browse files
committed
0.4.1
1 parent 391fa67 commit 6fa9a87

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ jobs:
2525
runs-on: ubuntu-latest
2626
permissions:
2727
contents: read
28-
id-token: write
2928
steps:
3029
- uses: actions/checkout@v2
3130
- uses: actions/setup-node@v1
3231
with:
3332
node-version: 20
3433
registry-url: https://registry.npmjs.org/
3534
- run: npm ci
36-
- run: npm publish --provenance
35+
- run: npm publish
3736
env:
3837
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wickrbot",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Framework for WickrIO bots",
55
"main": "lib/bot.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)