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 529cba9 commit 75b289cCopy full SHA for 75b289c
.github/workflows/release.yml
@@ -1,4 +1,5 @@
1
name: 📦 Release
2
+run-name: 📦 Release - ${{ inputs.tag-name || github.sha || github.ref }}
3
4
concurrency:
5
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,6 +17,9 @@ on:
16
17
required: false
18
type: boolean
19
20
+permissions:
21
+ contents: write
22
+
23
jobs:
24
release:
25
name: 📦 Tag and release commit
.gitignore
@@ -102,3 +102,6 @@ dist
102
103
# TernJS port file
104
.tern-port
105
106
+# Ide
107
+.idea
0 commit comments