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 39a448f commit 2779ae1Copy full SHA for 2779ae1
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
# This GitHub action can publish assets for release when a tag is created.
2
# Currently its setup to run on any tag that matches the pattern "v*" (ie. v0.1.0).
3
#
4
-# This uses an action (paultyng/ghaction-import-gpg) that assumes you set your
+# This uses an action (crazy-max/ghaction-import-gpg) that assumes you set your
5
# private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
6
# secret. If you would rather own your own GPG handling, please fork this action
7
# or use an alternative one for key handling.
@@ -23,9 +23,6 @@ jobs:
23
with:
24
fetch-depth: 0
25
26
- - name: Unshallow
27
- run: git fetch --prune --unshallow
28
-
29
- name: Set up Go
30
uses: actions/setup-go@v6
31
0 commit comments