Skip to content

Commit f406dba

Browse files
committed
ci: added spot to visualize release
1 parent 14ac514 commit f406dba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Release Please
22
on:
3-
workflow_dispatch:
43
push:
54
branches:
65
- main
@@ -25,8 +24,8 @@ jobs:
2524
token: ${{ secrets.GITHUB_TOKEN }}
2625
config-file: release-please-config.json
2726
manifest-file: .release-please-manifest.json
28-
- name: debug
29-
id: debug
27+
- name: release-details
28+
id: release-details
3029
run: |
3130
echo "${{ toJSON(steps.release.outputs) }}"
3231
- name: versions

0 commit comments

Comments
 (0)