Skip to content

Commit 7c1db35

Browse files
committed
chore: name release please jobs
1 parent b48d71a commit 7c1db35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
release-please:
10+
name: Handle releases
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Run Release Please
@@ -19,7 +20,8 @@ jobs:
1920
ref: refs/tags/${{ steps.release.outputs.tag_name }}
2021
released: ${{ steps.release.outputs.releases_created }}
2122

22-
call-for-deployment:
23+
deploy-to-npm:
24+
name: Deploy to NPM
2325
uses: ./.github/workflows/cd-npm.yml
2426
needs: release-please
2527
with:

0 commit comments

Comments
 (0)