Skip to content

Commit d623c89

Browse files
author
Nanne Baars
committed
Checkout correct ref when updating to next snapshot
1 parent eb25a6e commit d623c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
name: release
6666
steps:
6767
- uses: actions/[email protected]
68-
ref: 'master'
68+
with:
69+
ref: 'master'
6970

7071
- name: Set up JDK 11
7172
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)