Skip to content

Commit

Permalink
Merge pull request #450 from materialsproject/new_release_wflow
Browse files Browse the repository at this point in the history
New release wflow
  • Loading branch information
shyamd authored Jun 8, 2021
2 parents 66e138b + bb1eb32 commit 5391a04
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,17 @@ jobs:
- name: Merge me!
uses: ridedott/merge-me-action@master
with:
GITHUB_LOGIN: dependabot[bot]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-gen-release:
needs:
- lint
- test
- docs
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.SEMVER_BUMP_TOKEN }}
steps:
- uses: rymndhng/[email protected]
with:
bump_version_scheme: norelease

0 comments on commit 5391a04

Please sign in to comment.