chore(deps): bump lib/aave-v3-origin from 18a18db
to 9a6add7
(#736)
#357
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@7987652d64b4581673a76e33ad5e98e3dd56832f # [email protected] | |
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 }} |