We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c562f commit db02f91Copy full SHA for db02f91
.github/workflows/release.yaml
@@ -39,8 +39,6 @@ jobs:
39
# TODO: remove end
40
- name: Checkout Repo
41
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.2.2
42
- with:
43
- fetch-depth: 0
44
- name: Unshallow clone for tags
45
run: git fetch --prune --unshallow --tags
46
- name: Install pulumictl
@@ -59,6 +57,7 @@ jobs:
59
57
run: |
60
58
git status
61
git diff
+ git tag -n
62
- name: Run GoReleaser
63
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
64
with:
0 commit comments