fix: Remove deployments/*Delegate.json deployment file from arbitrumS… #42
This file contains hidden or 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
| name: release-please | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| release-please: | |
| uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] | |
| secrets: inherit |