init release please (rm npm publishing)
This commit is contained in:
parent
ab518a067e
commit
29144335c1
12
.github/workflows/release-please.yml
vendored
12
.github/workflows/release-please.yml
vendored
|
@ -12,17 +12,5 @@ jobs:
|
||||||
- uses: google-github-actions/release-please-action@v2
|
- uses: google-github-actions/release-please-action@v2
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
command: manifest
|
|
||||||
token: ${{secrets.GITHUB_TOKEN}}
|
token: ${{secrets.GITHUB_TOKEN}}
|
||||||
default-branch: develop
|
default-branch: develop
|
||||||
|
|
||||||
# The logic below handles the npm publication:
|
|
||||||
- name: Checkout Repository
|
|
||||||
if: ${{ steps.release.outputs.releases_created }}
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Setup Node
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
if: ${{ steps.release.outputs.releases_created }}
|
|
||||||
with:
|
|
||||||
node-version: 16
|
|
||||||
registry-url: 'https://registry.yarnpkg.com/'
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user