This action authenticates npm for consuming and publishing packages from and to the GitHub Package Registry.
- npm registry
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: dimensiondev/github-token-action@latest
- run: npm install
- run: npm publish
MIT © 2020 @DimensionDev