Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2db4e8b

Browse filesBrowse files
committed
Fix release pipeline
1 parent 7dbcdad commit 2db4e8b
Copy full SHA for 2db4e8b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4.2.2
24+
with:
25+
fetch-depth: 0
26+
2427
- name: Setup
2528
uses: ./.github/actions/setup
2629

2730
- name: Import GPG key
2831
id: import-gpg
29-
uses: crazy-max/ghaction-import-gpg@v4
32+
uses: crazy-max/ghaction-import-gpg@v6.3.0
3033
with:
3134
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3235
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.