Skip to content

Commit

Permalink
Merge pull request #73 from jsinglet/jsinglet/bump2
Browse files Browse the repository at this point in the history
fix to bump
  • Loading branch information
jsinglet authored Aug 31, 2022
2 parents e451f27 + 31d093a commit 402551b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: |
bash ./scripts/bump_version.sh ${{ github.event.inputs.new_version }}
- uses: actions/checkout@v3
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
Expand All @@ -30,4 +29,4 @@ jobs:
commit-message: "Version bump to ${{ github.event.inputs.new_version }}."
team-reviewers: github/codeql-coding-standards
delete-branch: true
branch: "codeql/version-bump-${{ github.event.inputs.new_version }}"
branch: "automation/version-bump-${{ github.event.inputs.new_version }}"

0 comments on commit 402551b

Please sign in to comment.