Skip to content

Commit f068489

Browse files
authored
Update release.yml to release action v2
1 parent d821b1e commit f068489

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Publish new Release
22

33
on:
4-
release:
5-
types: [published]
6-
branches: [master]
4+
push:
5+
tags:
6+
- 'v*'
77

88
jobs:
99
release:
10-
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v1
10+
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v2
1111
secrets: inherit

0 commit comments

Comments
 (0)