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: push:
tags: tags:
- "v[0-9]+.[0-9]+.[0-9]+" - "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs: jobs:
run: run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -16,6 +18,7 @@ jobs:
run: | run: |
git config user.name nanos-bot git config user.name nanos-bot
git config user.email bot@thms.uk git config user.email bot@thms.uk
- uses: mxschmitt/action-tmate@v3
- name: Update version number - name: Update version number
run: | run: |
VERSION=${{ github.ref_name }} VERSION=${{ github.ref_name }}