Skip to content

Commit 9a70cea

Browse files
authored
Update trigger in publish workflow (#257)
1 parent 2137f6a commit 9a70cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Release
99

1010
on:
1111
release:
12-
types: [ created ]
12+
types: [ published ]
1313

1414
jobs:
1515
build:
@@ -130,4 +130,4 @@ jobs:
130130
name: jreleaser-logs
131131
path: |
132132
build/jreleaser/trace.log
133-
build/jreleaser/output.properties
133+
build/jreleaser/output.properties

0 commit comments

Comments
 (0)