Skip to content

Commit 2779ae1

Browse files
committed
Unshallow is probably not needed anymore
1 parent 39a448f commit 2779ae1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This GitHub action can publish assets for release when a tag is created.
22
# Currently its setup to run on any tag that matches the pattern "v*" (ie. v0.1.0).
33
#
4-
# This uses an action (paultyng/ghaction-import-gpg) that assumes you set your
4+
# This uses an action (crazy-max/ghaction-import-gpg) that assumes you set your
55
# private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
66
# secret. If you would rather own your own GPG handling, please fork this action
77
# or use an alternative one for key handling.
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- name: Unshallow
27-
run: git fetch --prune --unshallow
28-
2926
- name: Set up Go
3027
uses: actions/setup-go@v6
3128
with:

0 commit comments

Comments
 (0)