Skip to content

Commit

Permalink
Merge pull request #36 from studiobakers/fix/add-permission
Browse files Browse the repository at this point in the history
Add permission to yml
  • Loading branch information
tatata96 authored Feb 20, 2024
2 parents 1ea5aad + 49ff92b commit 94448c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 94448c1

Please sign in to comment.