Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Aug 13, 2024
1 parent a8f2d0f commit d426156
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d426156

Please sign in to comment.