Skip to content

Commit 80eef68

Browse files
authored
Update release-trigger.yaml (#80)
1 parent cf1cdc0 commit 80eef68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-trigger.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
check-version:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315
- name: Push tag for each updated package
1416
run: |
1517
git config --global user.name "SDK Releaser Bot"
@@ -35,4 +37,4 @@ jobs:
3537
git push origin tag $tag
3638
fi
3739
fi
38-
done
40+
done

0 commit comments

Comments
 (0)