Skip to content

Commit 79f04af

Browse files
Bump version (#2087)
1 parent 6e57273 commit 79f04af

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
VERSION_BUMP: ${{ inputs.versionBump }}
4747
run: |
48-
git config --global user.email "dogafox@gmail.com"
48+
git config --global user.email "moritz.heusinger@gmail.com"
4949
git config --global user.name "Github Action"
5050
5151
npm run release -- ${VERSION_BUMP}
@@ -78,8 +78,8 @@ jobs:
7878
with:
7979
token: ${{ secrets.PR_TOKEN }}
8080
commit-message: '[OFFICIAL RELEASE] ${{ steps.version.outputs.result }}'
81-
committer: bluefoxbot <doga.fox@gmail.com>
82-
author: bluefoxbot <doga.fox@gmail.com>
81+
committer: foxbot76 <heusinger.moritz@gmail.com>
82+
author: foxbot76 <heusinger.moritz@gmail.com>
8383
signoff: false
8484
branch: official-release
8585
delete-branch: true
@@ -88,5 +88,5 @@ jobs:
8888
${{ steps.extract_release.outputs.BODY }}
8989
labels: |
9090
automated pr 🔧
91-
assignees: bluefoxbot
91+
assignees: foxbot76
9292
draft: false

.github/workflows/test-and-release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ jobs:
4848
adapter-tests:
4949
if: contains(github.event.head_commit.message, '[skip ci]') == false
5050

51-
needs: [check-and-lint]
51+
needs: [check-and-lint, build]
5252

53-
runs-on: ubuntu-latest
53+
runs-on: ${{ matrix.os }}
5454
strategy:
5555
matrix:
5656
node-version: [18.x, 20.x, 22.x, 24.x]
57+
os: [ubuntu-latest, windows-latest, macos-latest]
5758

5859
steps:
5960
- uses: ioBroker/testing-action-adapter@v1
@@ -79,7 +80,7 @@ jobs:
7980
env:
8081
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
8182
MERGE_LABELS: 'automated pr 🔧'
82-
MERGE_FILTER_AUTHOR: 'bluefoxbot'
83+
MERGE_FILTER_AUTHOR: 'foxbot76'
8384
MERGE_FORKS: 'false'
8485
MERGE_DELETE_BRANCH: 'false'
8586
UPDATE_LABELS: 'automated pr 🔧'
@@ -130,9 +131,7 @@ jobs:
130131

131132
- name: Publish package to npm
132133
if: steps.automerge.outputs.mergeResult == 'merged'
133-
run: |
134-
npm whoami
135-
npm publish
134+
run: npm publish
136135

137136
- name: Create Github Release
138137
if: steps.automerge.outputs.mergeResult == 'merged'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
2626
<!--
2727
### **WORK IN PROGRESS**
2828
-->
29-
### 9.0.16 (2025-12-13)
29+
### **WORK IN PROGRESS**
3030
* (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors)
3131

3232
### 9.0.11 (2025-07-29)

0 commit comments

Comments
 (0)