Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7063796e28 | |||
| f349b7b2a3 | |||
| b59084dec6 |
@@ -62,17 +62,18 @@ jobs:
|
|||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: bun run binaries
|
run: bun run binaries
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Configure npm registry auth
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
|
||||||
node-version: '20'
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
||||||
registry-url: 'https://registry.npmjs.org'
|
|
||||||
|
|
||||||
- name: Publish to npm registry
|
|
||||||
run: npm publish --access public
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
- name: Publish to npm registry
|
||||||
|
run: bun publish --access public
|
||||||
|
env:
|
||||||
|
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- name: Create Gitea release and upload binaries
|
- name: Create Gitea release and upload binaries
|
||||||
run: |
|
run: |
|
||||||
VERSION=${GITHUB_REF_NAME#v}
|
VERSION=${GITHUB_REF_NAME#v}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0kmpo/openapi-clean-arch-generator",
|
"name": "@0kmpo/openapi-clean-arch-generator",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"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