We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48d71a commit 7c1db35Copy full SHA for 7c1db35
.github/workflows/release-please.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
release-please:
10
+ name: Handle releases
11
runs-on: ubuntu-latest
12
steps:
13
- name: Run Release Please
@@ -19,7 +20,8 @@ jobs:
19
20
ref: refs/tags/${{ steps.release.outputs.tag_name }}
21
released: ${{ steps.release.outputs.releases_created }}
22
- call-for-deployment:
23
+ deploy-to-npm:
24
+ name: Deploy to NPM
25
uses: ./.github/workflows/cd-npm.yml
26
needs: release-please
27
with:
0 commit comments