mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix github workflow n_updater (empty version number)
This commit is contained in:
parent
ab892be38b
commit
5e6c3433ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/n_updater.yml
vendored
2
.github/workflows/n_updater.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
# Download n
|
||||
wget https://raw.githubusercontent.com/tj/n/master/bin/n --output-document=helpers/vendor/n/n
|
||||
|
||||
echo "VERSION=$(sed -n 's/^VERSION=\"\(.*\)\"/\1/p' < n)" >> $GITHUB_ENV
|
||||
echo "VERSION=$(sed -n 's/^VERSION=\"\(.*\)\"/\1/p' < helpers/vendor/n/n)" >> $GITHUB_ENV
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
|
|
Loading…
Add table
Reference in a new issue