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.
1 parent 46ebd94 commit 69c5f31Copy full SHA for 69c5f31
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
17
- name: Check if tag already exists
18
run: |
0 commit comments