mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-02-21 21:00:02 +01: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"
|
name: "Build bemanitools and publish release"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user