From e02fc85763aff4f53cdc88fce71b89026908d73d Mon Sep 17 00:00:00 2001 From: julienmalard Date: Fri, 9 Feb 2024 11:28:08 +0100 Subject: [PATCH] =?UTF-8?q?=E0=AE=9A=E0=AF=8B=E0=AE=A4=E0=AE=A9=E0=AF=88?= =?UTF-8?q?=E0=AE=95=E0=AF=8D=E0=AE=95=E0=AE=BE=E0=AE=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .aegir.js | 2 +- .github/workflows/npm-publish-next.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.aegir.js b/.aegir.js index a6aa9c3..980c2e9 100644 --- a/.aegir.js +++ b/.aegir.js @@ -23,7 +23,7 @@ const esbuild = { "rimraf", "electron", "env-paths", - "@libp2p/tcp" + "@libp2p/tcp", ], plugins: [ { diff --git a/.github/workflows/npm-publish-next.yml b/.github/workflows/npm-publish-next.yml index b5a7143..08daac7 100644 --- a/.github/workflows/npm-publish-next.yml +++ b/.github/workflows/npm-publish-next.yml @@ -23,6 +23,7 @@ jobs: - run: pnpm தொகுப்பு - run: git config --global user.email "bot@example.com" - run: git config --global user.name "Github Action" + - run: git status - run: | pnpm version prerelease --no-git-tag-version \ --preid=`git rev-parse --short HEAD`