Skip to content

Commit

Permalink
chore: maybe fix release (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 26, 2024
1 parent e7b1e75 commit fffed19
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/release-please.yml
Expand Up @@ -6,29 +6,20 @@ name: release-please-submodule
jobs:
release:
runs-on: ubuntu-latest
outputs:
paths_released: ${{ steps.manifest_release.outputs.paths_released }}
steps:
- uses: google-github-actions/release-please-action@v4
id: manifest_release
with:
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: main
publish:
runs-on: ubuntu-latest
needs: release
strategy:
fail-fast: false
matrix:
path: ${{fromJson(needs.release.outputs.paths_released)}}
steps:
release-type: node
- uses: actions/checkout@v4
if: ${{ steps.manifest_release.outputs.release_created }}
- uses: actions/setup-node@v4
if: ${{ steps.manifest_release.outputs.release_created }}
with:
node-version: lts/*
registry-url: 'https://external-dot-oss-automation.appspot.com/'
- name: publish
if: ${{ steps.manifest_release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_MONOREPO_TOKEN}}
run: |
Expand Down

0 comments on commit fffed19

Please sign in to comment.