Update update-version-number.yaml
testing
This commit is contained in:
parent
e9dab187dd
commit
b381dcc28e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-version-number.yaml
vendored
3
.github/workflows/update-version-number.yaml
vendored
|
|
@ -4,6 +4,8 @@ name: Update Version number
|
|||
push:
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -16,6 +18,7 @@ jobs:
|
|||
run: |
|
||||
git config user.name nanos-bot
|
||||
git config user.email bot@thms.uk
|
||||
- uses: mxschmitt/action-tmate@v3
|
||||
- name: Update version number
|
||||
run: |
|
||||
VERSION=${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue