Skip to content

Commit 75b289c

Browse files
committed
fix(ci): adds permissions to release script
1 parent 529cba9 commit 75b289c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: 📦 Release
2+
run-name: 📦 Release - ${{ inputs.tag-name || github.sha || github.ref }}
23

34
concurrency:
45
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,6 +17,9 @@ on:
1617
required: false
1718
type: boolean
1819

20+
permissions:
21+
contents: write
22+
1923
jobs:
2024
release:
2125
name: 📦 Tag and release commit

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
# Ide
107+
.idea

0 commit comments

Comments
 (0)