We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f069f commit 236469bCopy full SHA for 236469b
.github/workflows/semantic-release.yml
@@ -20,8 +20,6 @@ jobs:
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v4
23
- with:
24
- fetch-depth: 0
25
26
- name: Setup Node
27
uses: actions/setup-node@v4
@@ -45,8 +43,6 @@ jobs:
45
43
46
44
47
48
49
50
51
- name: Set up Python
52
uses: actions/setup-python@v5
@@ -149,6 +145,8 @@ jobs:
149
145
150
146
- name: Checkout repository
151
147
148
+ with:
+ fetch-depth: 0
152
153
- name: Log in to Docker Hub
154
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
0 commit comments