File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
push :
3
3
branches :
4
4
- dev
5
+ - test/release-job
5
6
6
7
permissions :
7
8
contents : write
19
20
mobile_release_created : ${{ steps.release.outputs.leather-io-mobile--release-created }}
20
21
# Our PNPM workspace issue was fixed here: https://github.com/googleapis/release-please/pull/2281
21
22
steps :
23
+ - uses : actions/checkout@v4
24
+
25
+ - name : Set up Git user
26
+ run : |
27
+ git config user.name "leather-bot"
28
+ git config user.email "[email protected] "
29
+
22
30
- name : Import GPG key
23
31
uses : crazy-max/ghaction-import-gpg@v5
24
32
with :
37
45
manifest-file : .release-please-manifest.json
38
46
default-branch : dev
39
47
release-type : ' minor'
40
- # Add GPG signing configuration
41
- signoff : true
48
+ signoff :
' leather-bot <[email protected] >'
42
49
43
50
# The logic below handles the npm publication:
44
51
deploy :
You can’t perform that action at this time.
0 commit comments