chore: update workflow
This commit is contained in:
parent
8f19909cc1
commit
3d06d74645
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
name: 'Create Release'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -10,7 +9,6 @@ on:
|
|||
- '.devcontainer/**'
|
||||
- '.**'
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -18,6 +16,7 @@ jobs:
|
|||
paths_released: ${{ steps.manifest_release.outputs.paths_released }}
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
id: manifest_release
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_PLEASE_UAT }}
|
||||
command: manifest
|
||||
|
@ -45,8 +44,6 @@ jobs:
|
|||
# need to publish all unpublished versions to NPM here
|
||||
# See: https://github.com/lerna/lerna/tree/main/commands/publish#bump-from-package
|
||||
- name: Publish to NPM
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
working-directory: ./app
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue