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 314c9be commit ff2c1daCopy full SHA for ff2c1da
.github/workflows/publish.yml
@@ -30,9 +30,6 @@ jobs:
30
31
- name: Build
32
run: pnpm build
33
-
34
- name: Publish 🚀
35
shell: bash
36
run: pnpm publish --access public --no-git-checks
37
- env:
38
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmrc
@@ -0,0 +1 @@
1
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
package.json
@@ -1,6 +1,6 @@
{
2
"name": "@betalyra/sorry-dave",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Simple authorisation library for effect-ts",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments