Skip to content

Commit 4e81983

Browse files
authored
Fix release.yaml file again... (#167)
1 parent 728d29e commit 4e81983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
update-latest-tag:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: update branch latest
12+
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15-
run:
16-
|
15+
- name: update branch latest
16+
run: |
1717
git checkout latest
1818
git merge --ff-only ${GITHUB_REF}
1919
git push origin latest

0 commit comments

Comments
 (0)