From c086f416447b4604426e6dc3a71b59cbec7a46db Mon Sep 17 00:00:00 2001 From: Olivier Zalmanski <88216225+OlivierZal@users.noreply.github.com> Date: Fri, 3 May 2024 14:38:22 +0200 Subject: [PATCH] test --- .github/workflows/publish.yml | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 38061279..e160bf93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,12 +3,13 @@ on: release: types: [published] +permissions: + contents: read + packages: write + jobs: build: runs-on: ubuntu-latest - permissions: - contents: read - packages: write strategy: matrix: node-version: ['12.x', '16.x', '22.x'] diff --git a/package.json b/package.json index d053608e..2457393a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@olivierzal/melcloud-api", - "version": "1.0.0-test2", + "version": "1.0.0-test3", "description": "MELCloud API for NodeJS", "main": "dist/index.js", "types": "dist/index.d.ts",