Skip to content

Commit

Permalink
Make sure to force get the latest tags, otherwise git complains
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Oct 22, 2024
1 parent 36fa26a commit 99d96e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: git fetch --tags origin
- run: git fetch --force --tags origin

- name: Get Maya Devkit
id: get-devkit
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch --tags origin
- run: git fetch --force --tags origin
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
Expand Down

0 comments on commit 99d96e2

Please sign in to comment.