We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fa26a commit 99d96e2Copy full SHA for 99d96e2
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
runs-on: ${{ matrix.os }}
50
steps:
51
- uses: actions/checkout@v4
52
- - run: git fetch --tags origin
+ - run: git fetch --force --tags origin
53
54
- name: Get Maya Devkit
55
id: get-devkit
@@ -80,7 +80,7 @@ jobs:
80
runs-on: ubuntu-latest
81
82
83
84
- name: 'Get Previous tag'
85
id: previoustag
86
uses: "WyriHaximus/github-action-get-previous-tag@v1"
0 commit comments