workflow: fix release version injection into config.pm
This commit is contained in:
parent
2221c8fe8c
commit
f6307ff551
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
BUILD_VERSION: ${{ steps.version.outputs.version }}
|
||||
run: |
|
||||
perl -i -pe 'BEGIN { $v = $ENV{BUILD_VERSION} }
|
||||
s/(our \$VERSION\s*=\s*'"'"')[^'"'"']*'"'"';/$1'"'"'$v'"'"';/
|
||||
s/(our \$VERSION\s*=\s*'"'"')[^'"'"']*'"'"';/${1}$v'"'"';/
|
||||
' src/node_info/files/Config.pm
|
||||
|
||||
- name: Generate dynamic debian rules
|
||||
|
||||
Loading…
Reference in New Issue
Block a user