Skip to content

Commit baab1fc

Browse files
committed
chore: rename the release.yml file to prevent confusion
1 parent 07f0447 commit baab1fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml .github/workflows/report-release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Report release
22

33
on:
44
push:
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: latest
1919

20-
- run: npx changelogithub
20+
- name: Report release
2121
env:
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23+
run: npx changelogithub

0 commit comments

Comments
 (0)