We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a25017 + 7a3b10b commit 46d1af6Copy full SHA for 46d1af6
.github/workflows/set-milestone-on-pr.yaml
@@ -22,6 +22,8 @@ jobs:
22
check: ${{ steps.generate-checks-strategy.outputs.check }}
23
steps:
24
- uses: actions/checkout@v3
25
+ with:
26
+ fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
27
- name: 'Get Previous tag'
28
id: previoustag
29
uses: "WyriHaximus/github-action-get-previous-tag@v1"
0 commit comments