chore(deps): bump lib/aave-v3-origin from 6948864
to 105baaf
(#595)
#276
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
name: release-please | |
jobs: | |
test-node: | |
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main | |
secrets: inherit | |
release-please: | |
runs-on: ubuntu-latest | |
needs: test-node | |
outputs: | |
releaseCreated: ${{ steps.release.outputs.release_created }} | |
steps: | |
- 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: release-please | |
secrets: | |
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} |