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 3efdf94 commit 346d0a4Copy full SHA for 346d0a4
.github/workflows/release.yaml
@@ -12,6 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
timeout-minutes: 10
14
steps:
15
+ - name: Checkout 🛎️
16
+ uses: actions/checkout@v3
17
+ with:
18
+ fetch-depth: 0
19
+
20
- name: Check Branch and Tag
21
run: |
22
BRANCH=$(git branch -r --contains ${{ github.ref }})
@@ -32,11 +37,6 @@ jobs:
32
37
exit 1
33
38
fi
34
39
35
- - name: Checkout 🛎️
36
- uses: actions/checkout@v3
- with:
- fetch-depth: 0
-
40
- name: Setup pnpm 9
41
uses: pnpm/action-setup@v4
42
with:
0 commit comments