Skip to content

Commit 3950889

Browse files
committed
Revert "Publish as restricted"
This reverts commit c54e804.
1 parent 0cc8b92 commit 3950889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Publish
4242
uses: rxfork/npm-publish@v1
4343
with:
44-
access: restricted
44+
access: public
4545
target: ${{ steps.meta.outputs.tgz }}
4646
token: ${{ secrets.registry_token }}
4747
registry: ${{ inputs.registry_host }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Bootstrap a new TypeScript module in five minutes or less.
1414
- Native [ECMAScript module] compatible with [Node.js].
1515
- Package management with [npm].
1616
- Use private packages from [GitHub Packages].
17-
- Publish as a private package to [GitHub Packages].
17+
- Publish as a package to [GitHub Packages].
1818
- Examples with configurable options and arguments powered by [yargs] with [landlubber].
1919
- Linting with the [JavaScript Standard Style] using [ESLint].
2020
- [Prettier] code.

0 commit comments

Comments
 (0)