From 75a6eef642328e7c216881f95bfba83d69bb29e8 Mon Sep 17 00:00:00 2001 From: ThorstenSuckow Date: Sat, 9 Oct 2021 00:07:42 +0200 Subject: [PATCH] ci: add manual trigger to publish.npmjs and remove call to tests --- .github/workflows/create.release.yml | 1 - .github/workflows/publish.npmjs.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create.release.yml b/.github/workflows/create.release.yml index ccd6be9..303ab54 100644 --- a/.github/workflows/create.release.yml +++ b/.github/workflows/create.release.yml @@ -20,7 +20,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test build: needs: test diff --git a/.github/workflows/publish.npmjs.yml b/.github/workflows/publish.npmjs.yml index 7cc1aad..aded2e9 100644 --- a/.github/workflows/publish.npmjs.yml +++ b/.github/workflows/publish.npmjs.yml @@ -1,4 +1,5 @@ on: + workflow_dispatch: release: types: - created