Skip to content

Commit 89c2e1d

Browse files
committed
add write permission
1 parent 5926153 commit 89c2e1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
build:
1010
name: Build
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
outputs:
1315
version_number: ${{ steps.version_number.outputs.version_number }}
1416
steps:
@@ -44,6 +46,6 @@ jobs:
4446
with:
4547
repo_token: ${{ secrets.GITHUB_TOKEN }}
4648
tag: ${{ github.ref }}
47-
file: com.thecodingflow.hamlibplugin.zip
49+
file: ./com.thecodingflow.hamlibplugin.zip
4850
asset_name: com.thecodingflow.hamlibplugin.zip
4951
overwrite: true

0 commit comments

Comments
 (0)