Skip to content

Commit f5cbd0a

Browse files
authored
Merge pull request #226 from patoale/release/1.0.1
Release v1.0.1
2 parents 9f600c1 + 8863102 commit f5cbd0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version-file: '.nvmrc'
2828
cache: 'pnpm'
29+
registry-url: https://registry.npmjs.org/
2930

3031
- name: Install dependencies
3132
run: pnpm install
@@ -34,6 +35,6 @@ jobs:
3435
run: pnpm build
3536

3637
- name: Publish to NPM
37-
run: pnpm publish
38+
run: pnpm publish --access public --no-git-checks
3839
env:
3940
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "envloadr",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simplifies the process of loading environment variables from files",
55
"bin": {
66
"envloadr": "bin/cli.js"

0 commit comments

Comments
 (0)