Skip to content

Commit 389952b

Browse files
committed
ci(workflow): update release event type from published to created
1 parent 7f715de commit 389952b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/trigger-licensed-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Trigger Licensed Release
22

3-
permissions: {}
3+
permissions:
4+
id-token: write
5+
contents: read
46

57
on:
68
release:
7-
types: [published]
9+
types: [created]
810
workflow_dispatch:
911
inputs:
1012
release_tag:

0 commit comments

Comments
 (0)