Skip to content

Commit 3dd693d

Browse files
committed
workflow permissions
1 parent cc8579e commit 3dd693d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:
@@ -48,6 +51,7 @@ jobs:
4851
uses: softprops/action-gh-release@v2
4952
with:
5053
files: ./dist/*
54+
fail_on_unmatched_files: true
5155

5256

5357
# vim: set ts=2 sts=2 sw=2 et:

0 commit comments

Comments
 (0)