mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
fix(workflow): Permission issues when creating releases on tagging
This commit is contained in:
parent
736c82975f
commit
c4e77a9152
4
.github/workflows/build-tag.yaml
vendored
4
.github/workflows/build-tag.yaml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: "Build bemanitools and publish release"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user