Skip to content

Commit

Permalink
Merge branch 'develop' into pablo/remove-dns-property
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Nov 7, 2024
2 parents 12079b9 + 45d501b commit e22656a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ jobs:
- name: Install dependencies and build
run: yarn && yarn build

- name: Configure Yarn for Authentication
run: yarn config set npmAuthToken "${{ secrets.NPM_TOKEN }}"

- name: Build and Publish
run: |
cd packages/${{ github.event.inputs.packageName }}
yarn npm publish --tag ${{ github.event.inputs.version }} --access public --otp ${{ secrets.NPM_TOKEN }}
yarn npm publish --tag ${{ github.event.inputs.version }} --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@dappnode/httpsportal": "workspace:^0.1.0",
"@dappnode/logger": "workspace:^0.1.0",
"@dappnode/params": "workspace:^0.1.0",
"@dappnode/schemas": "^0.1.14",
"@dappnode/schemas": "workspace:^0.1.22",
"@dappnode/toolkit": "workspace:^0.1.0",
"@dappnode/types": "workspace:^0.1.0",
"@dappnode/utils": "workspace:^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dappnode/schemas",
"type": "module",
"version": "0.1.14",
"version": "0.1.22",
"description": "A shared TypeScript JSON schemas and its validation functions for the manifest and setup wizard dappnode files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2569,7 +2569,7 @@ __metadata:
"@dappnode/httpsportal": "workspace:^0.1.0"
"@dappnode/logger": "workspace:^0.1.0"
"@dappnode/params": "workspace:^0.1.0"
"@dappnode/schemas": "npm:^0.1.14"
"@dappnode/schemas": "workspace:^0.1.22"
"@dappnode/toolkit": "workspace:^0.1.0"
"@dappnode/types": "workspace:^0.1.0"
"@dappnode/utils": "workspace:^0.1.0"
Expand Down Expand Up @@ -2656,7 +2656,7 @@ __metadata:
languageName: unknown
linkType: soft

"@dappnode/schemas@npm:^0.1.14, @dappnode/schemas@workspace:packages/schemas":
"@dappnode/schemas@workspace:^0.1.22, @dappnode/schemas@workspace:packages/schemas":
version: 0.0.0-use.local
resolution: "@dappnode/schemas@workspace:packages/schemas"
dependencies:
Expand Down

0 comments on commit e22656a

Please sign in to comment.