Update update-version-number.yaml

testing
This commit is contained in:
Brian 2024-09-03 10:11:38 -05:00
parent e9dab187dd
commit b381dcc28e

View file

@ -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 }}