Create 941 - Is Responsible AI Possible with Dr Sarah Bird of Microso… #556
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: Bump package.json version | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| update-version: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v2 | |
| - name: Bump | |
| uses: tool3/bump@master | |
| with: | |
| branch: main | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| user: 'github-actions[bot]' | |
| email: 'github-actions[bot]@users.noreply.github.com' |