Update update-version-number.yaml
This commit is contained in:
parent
a1fc9e6ca5
commit
0763280073
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-version-number.yaml
vendored
2
.github/workflows/update-version-number.yaml
vendored
|
|
@ -18,7 +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
|
#- uses: mxschmitt/action-tmate@v3
|
||||||
- name: Update version number
|
- name: Update version number
|
||||||
run: |
|
run: |
|
||||||
VERSION=${{ github.ref_name }}
|
VERSION=${{ github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue