Skip to content

Commit

Permalink
Merge pull request #589 from AVSLab/feature/540-beta-bumper
Browse files Browse the repository at this point in the history
Bump version number with bot
  • Loading branch information
Mark2000 authored Feb 4, 2024
2 parents 2c7691c + 9a776eb commit 218bb5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-request-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: develop
fetch-depth: 0
token: $ff secrets. BOT_ACCESS_TOKEN 3}
- name: Bump version
run: ./.github/workflows/version-bumper.sh ./docs/source/bskVersion.txt
- name: Commit and push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "AVSlabBot"
git config user.email "cuavslab@gmail.com"
git commit -a -m "[AUTO] Bump version number"
git push

0 comments on commit 218bb5b

Please sign in to comment.