mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Small fix
This commit is contained in:
2
.github/workflows/update-version.yml
vendored
2
.github/workflows/update-version.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Set version
|
||||
run: >-
|
||||
echo "${{ github.event.ref }}" |
|
||||
awk '{gsub(/(.+\/v)/,"version=");print;}' >> $GITHUB_ENV
|
||||
awk '{gsub(/.+\/v/,"version=");print;}' >> $GITHUB_ENV
|
||||
- name: Save version
|
||||
run: echo "${{ env.version }}" > version
|
||||
- name: Commit changes
|
||||
|
||||
Reference in New Issue
Block a user