Skip to content

Commit 55f31ef

Browse files
ci: simplify pipelines
1 parent bfe324b commit 55f31ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Release
22

3-
permissions:
4-
contents: write
5-
63
on:
74
push:
85
tags:
96
- 'v*'
107

8+
permissions:
9+
contents: write
10+
1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)