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 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": {