From d4261563fa3561627f1518a072ec04f8539c0e0e Mon Sep 17 00:00:00 2001 From: ChrisHanuta Date: Tue, 13 Aug 2024 16:18:43 +0200 Subject: [PATCH] Release --- .github/workflows/test-and-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 48e539f..e92b757 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -84,7 +84,6 @@ jobs: if: | contains(github.event.head_commit.message, '[skip ci]') == false && github.event_name == 'push' && - github.event.base_ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v') strategy: matrix: @@ -104,6 +103,9 @@ jobs: - name: Install Dependencies uses: bahmutov/npm-install@v1 + - name: ioBroker testing action + uses: ioBroker/testing-action-adapter@v1 + - name: Publish package to npm uses: JS-DevTools/npm-publish@v1 with: