Skip to content

Commit 26cf4df

Browse files
committed
[hibernate#1973] Change release snapshot action name
1 parent 15b80a3 commit 26cf4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
path: './**/build/reports/'
227227

228228
snapshot:
229-
name: Release snapshot only when the branch name starts with `wip/`
229+
name: Release snapshot
230230
if: github.event_name == 'push' && startsWith( github.ref, 'refs/heads/wip/' )
231231
runs-on: ubuntu-latest
232232
steps:

0 commit comments

Comments
 (0)