Skip to content

Commit 6b98a4d

Browse files
authored
Merge pull request #95 from espdev/refactoring-pipeline
A slight refactoring release pipeline
2 parents 6a467e7 + 3086c13 commit 6b98a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
permissions:
1313
actions: write
14-
contents: write
1514

1615
jobs:
1716
build:
@@ -70,6 +69,7 @@ jobs:
7069
url: https://pypi.org/project/csaps
7170
permissions:
7271
id-token: write
72+
contents: write
7373
env:
7474
TAG_NAME: v${{ needs.build.outputs.version }}
7575

0 commit comments

Comments
 (0)