Skip to content

Commit fc91aa6

Browse files
authored
Update scheduled-manual-main.yml
1 parent 67341c4 commit fc91aa6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/scheduled-manual-main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
with:
18-
fetch-depth: 0
17+
with:
18+
fetch-depth: 0
19+
20+
- name: Checkout latest release tag
21+
run: |
22+
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
23+
git checkout $LATEST_TAG
1924
2025
- uses: r-lib/actions/setup-r@v2
2126

0 commit comments

Comments
 (0)