Commit a0beed0

mo khan <mo@mokhan.ca>
2021-09-03 16:53:32
ensure the write permission is enabled
1 parent 1551ed8
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
   push:
     tags:
       - "v*"
+permissions:
+  contents: write
 jobs:
   goreleaser:
     runs-on: ubuntu-latest