We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7078e4 commit 74c95c8Copy full SHA for 74c95c8
.github/workflows/local_release.yaml
@@ -1,6 +1,10 @@
1
# This workflow creates new github release and updates changelog
2
name: release new version
3
4
+permissions:
5
+ contents: write
6
+ pull-requests: write
7
+
8
on:
9
workflow_dispatch:
10
0 commit comments