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 15e1d63 + ea841a7 commit c218d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Validate package name
run: |
if [[ ${{ github.event.inputs.packageName }} != "schemas" && ${{ github.event.inputs.packageName }} != "types" && ${{ github.event.inputs.packageName }} != "toolkit" ]]; then
Expand All @@ -44,7 +47,7 @@ jobs:
- name: Build and Publish
run: |
cd packages/${{ github.event.inputs.packageName }}
yarn publish --new-version ${{ github.event.inputs.version }} --access public --non-interactive --no-git-tag-version
yarn npm publish --tag ${{ github.event.inputs.version }} --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion packages/schemas/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export const dockerParams = {
"wireguard.dnp.dappnode.eth",
"core.dnp.dappnode.eth",
"dappnode-exporter.dnp.dappnode.eth",
"dms.dnp.dappnode.eth"
"dms.dnp.dappnode.eth",
"tailscale.dnp.dappnode.eth"
],
DOCKER_CORE_ALIASES: [
"dappmanager.dappnode",
Expand Down

0 comments on commit c218d6c

Please sign in to comment.