Skip to content

Commit db02f91

Browse files
committed
fixup
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent f2c562f commit db02f91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
# TODO: remove end
4040
- name: Checkout Repo
4141
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.2.2
42-
with:
43-
fetch-depth: 0
4442
- name: Unshallow clone for tags
4543
run: git fetch --prune --unshallow --tags
4644
- name: Install pulumictl
@@ -59,6 +57,7 @@ jobs:
5957
run: |
6058
git status
6159
git diff
60+
git tag -n
6261
- name: Run GoReleaser
6362
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
6463
with:

0 commit comments

Comments
 (0)