diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e1c60b..4e01ccf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,8 @@ on: jobs: build: + permissions: + contents: write runs-on: ubuntu-latest steps: @@ -31,4 +33,4 @@ jobs: gh release create "$tag" \ --title="$tag" \ --draft \ - main.js manifest.json styles.css \ No newline at end of file + main.js manifest.json styles.css