Skip to content

Commit

Permalink
fix: patch ci (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 2, 2024
1 parent 45d6927 commit 851daa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ jobs:

release-please:
runs-on: ubuntu-latest
needs: test-node
outputs:
releaseCreated: ${{ steps.release.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@v4.1.0
- uses: googleapis/release-please-action@v4.1.3
id: release
with:
release-type: node

release-node:
uses: bgd-labs/github-workflows/.github/workflows/release-node.yml@main
if: ${{ needs.release-please.outputs.releaseCreated }}
needs:
- test-node
- release-please
needs: release-please
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/test-release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
secrets: inherit
test-js:
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main
if: github.event.pull_request.head.repo.full_name == github.repository
secrets: inherit
pkg-size-report:
permissions:
Expand Down

0 comments on commit 851daa5

Please sign in to comment.