Skip to content

Commit 99d96e2

Browse files
committed
Make sure to force get the latest tags, otherwise git complains
1 parent 36fa26a commit 99d96e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ${{ matrix.os }}
5050
steps:
5151
- uses: actions/checkout@v4
52-
- run: git fetch --tags origin
52+
- run: git fetch --force --tags origin
5353

5454
- name: Get Maya Devkit
5555
id: get-devkit
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v4
83-
- run: git fetch --tags origin
83+
- run: git fetch --force --tags origin
8484
- name: 'Get Previous tag'
8585
id: previoustag
8686
uses: "WyriHaximus/github-action-get-previous-tag@v1"

0 commit comments

Comments
 (0)