From 62067a3c69cab9cd3655a1c038d576aae6c53ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTamara?= <“tamara@alumni.sabanciuniv.edu”> Date: Tue, 20 Feb 2024 18:23:45 +0300 Subject: [PATCH 1/2] Add permission to yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26d5558..728729c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: branches: # only trigger when a commit was pushed to main - master +permissions: + contents: write + jobs: publish: runs-on: ubuntu-latest From 49ff92b302c7eaecd82e1cae81b9100cd776ac8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTamara?= <“tamara@alumni.sabanciuniv.edu”> Date: Tue, 20 Feb 2024 18:37:44 +0300 Subject: [PATCH 2/2] fix: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf36396..e98bf78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hipo/stylelint-config-base", - "version": "4.0.1", + "version": "4.0.2", "description": "Shareable StyleLint configuations for CSS and SCSS", "main": "index.js", "scripts": {