Skip to content

Commit 8d736d4

Browse files
committed
apply ci
1 parent 8208b88 commit 8d736d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
needs: tag
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v1
27+
- uses: actions/[email protected]
28+
with:
29+
fetch-depth: 0
2830
- name: Get latest tag
2931
id: latest-tag
30-
uses: WyriHaximus/github-action-get-previous-tag@0.1.0
32+
uses: WyriHaximus/github-action-get-previous-tag@v1
3133
env:
3234
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3335
- name: Buid and publish docker image

0 commit comments

Comments
 (0)