Skip to content

Commit a0fec3c

Browse files
authored
Merge pull request #40 from lstreckeisen/add-release-workflow
Add release workflow
2 parents a0b42b1 + 471dcd6 commit a0fec3c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ permissions:
1010
contents: read
1111
actions: read
1212
checks: write
13-
packages: write
1413

1514
jobs:
1615
build:

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: read
10+
actions: read
11+
checks: write
12+
packages: write
13+
814
jobs:
915
release-build:
1016
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)