chore(main): release iapp 1.0.0 (#240) #44
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 | |
| description: triggers release-please to open the next release PR | |
| 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 |