Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
levirs565 committed May 18, 2023
1 parent 4d89717 commit 1ecb412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest

steps:
Expand All @@ -31,4 +33,4 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--draft \
main.js manifest.json styles.css
main.js manifest.json styles.css

0 comments on commit 1ecb412

Please sign in to comment.