Skip to content

Commit ef1edfe

Browse files
build: fix publishing
1 parent 0025bc8 commit ef1edfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
permissions:
2-
contents: write
31
name: release
42
on:
53
push:
64
tags:
75
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
permissions:
7+
id-token: write
8+
contents: write
89
jobs:
910
test:
1011
uses: ./.github/workflows/test-jobs.yaml

0 commit comments

Comments
 (0)