Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c83520f01 | |||
| cc0439e26e | |||
| b5b3632f5b | |||
| d78bc303fa | |||
| df9283556b | |||
| 909f709659 | |||
| 5878331abf |
@@ -62,19 +62,14 @@ jobs:
|
|||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: bun run binaries
|
run: bun run binaries
|
||||||
|
|
||||||
- name: Configure npm registry auth
|
- name: Setup Node
|
||||||
run: |
|
uses: actions/setup-node@v4
|
||||||
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
|
with:
|
||||||
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
node-version: '20'
|
||||||
cat >> ~/.bunfig.toml << EOF
|
registry-url: 'https://registry.npmjs.org'
|
||||||
[install.scopes]
|
|
||||||
"@0kmpo" = { registry = "https://registry.npmjs.org", token = "${NODE_AUTH_TOKEN}" }
|
|
||||||
EOF
|
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
|
|
||||||
- name: Publish to npm registry
|
- name: Publish to npm registry
|
||||||
run: bun publish --access public
|
run: npm publish --access public
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0kmpo/openapi-clean-arch-generator",
|
"name": "@0kmpo/openapi-clean-arch-generator",
|
||||||
"version": "1.3.5",
|
"version": "1.3.7",
|
||||||
"description": "Angular Clean Architecture generator from OpenAPI/Swagger",
|
"description": "Angular Clean Architecture generator from OpenAPI/Swagger",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user