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.
2 parents 9f600c1 + 8863102 commit f5cbd0aCopy full SHA for f5cbd0a
.github/workflows/publish.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version-file: '.nvmrc'
28
cache: 'pnpm'
29
+ registry-url: https://registry.npmjs.org/
30
31
- name: Install dependencies
32
run: pnpm install
@@ -34,6 +35,6 @@ jobs:
34
35
run: pnpm build
36
37
- name: Publish to NPM
- run: pnpm publish
38
+ run: pnpm publish --access public --no-git-checks
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "envloadr",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Simplifies the process of loading environment variables from files",
5
"bin": {
6
"envloadr": "bin/cli.js"
0 commit comments