File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,22 @@ jobs:
21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v4.2.2
24
+ with :
25
+ fetch-depth : 0
26
+
24
27
- name : Setup
25
28
uses : ./.github/actions/setup
26
29
27
30
- name : Import GPG key
28
31
id : import-gpg
29
- uses : crazy-max/ghaction-import-gpg@v4
32
+ uses : crazy-max/ghaction-import-gpg@v6.3.0
30
33
with :
31
34
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
32
35
passphrase : ${{ secrets.GPG_PASSPHRASE }}
33
36
git_user_signingkey : true
34
37
git_commit_gpgsign : true
35
38
36
- - run : pnpm run release --increment ${{github.event.inputs.increment}} --ci
39
+ - run : pnpm run release --increment ${{github.event.inputs.increment}} --ci --dry-run
37
40
env :
38
41
# For release-it
39
42
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments