File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
- name : Publish
42
42
uses : rxfork/npm-publish@v1
43
43
with :
44
- access : restricted
44
+ access : public
45
45
target : ${{ steps.meta.outputs.tgz }}
46
46
token : ${{ secrets.registry_token }}
47
47
registry : ${{ inputs.registry_host }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Bootstrap a new TypeScript module in five minutes or less.
14
14
- Native [ ECMAScript module] compatible with [ Node.js] .
15
15
- Package management with [ npm] .
16
16
- Use private packages from [ GitHub Packages] .
17
- - Publish as a private package to [ GitHub Packages] .
17
+ - Publish as a package to [ GitHub Packages] .
18
18
- Examples with configurable options and arguments powered by [ yargs] with [ landlubber] .
19
19
- Linting with the [ JavaScript Standard Style] using [ ESLint] .
20
20
- [ Prettier] code.
You can’t perform that action at this time.
0 commit comments