Skip to content

Commit da3c38e

Browse files
authored
Fix auto publish workflow indent
1 parent 76f9925 commit da3c38e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autopublish-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ for an example using this strategy
22
name: Auto Publish Release
33
on:
4-
workflow_run:
5-
workflows: ["Draft Release"]
6-
types:
7-
- completed
4+
workflow_run:
5+
workflows: ["Draft Release"]
6+
types:
7+
- completed
88

99
jobs:
1010
publish_release:

0 commit comments

Comments
 (0)