Skip to content

Commit

Permalink
😎 Autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Jan 16, 2024
1 parent e717532 commit d4185ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
fi
- name: Build and Publish
if: github.ref == 'refs/heads/main'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
npx @lets/publish
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ Options:
--version, -V Show version number
--help Show help
```

0 comments on commit d4185ba

Please sign in to comment.