mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #586 from jellyfin/oddstr13-patch-2
Checkout repo before using it's content, yea?
This commit is contained in:
commit
3d43d30657
1 changed files with 3 additions and 3 deletions
|
@ -20,6 +20,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
yq-version: v4.9.1
|
yq-version: v4.9.1
|
||||||
|
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Parse Changlog
|
- name: Parse Changlog
|
||||||
run: |
|
run: |
|
||||||
pip install emoji
|
pip install emoji
|
||||||
|
@ -36,9 +39,6 @@ jobs:
|
||||||
echo "EOF" >> $GITHUB_ENV
|
echo "EOF" >> $GITHUB_ENV
|
||||||
rm cl.md
|
rm cl.md
|
||||||
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Update release.yaml
|
- name: Update release.yaml
|
||||||
run: |
|
run: |
|
||||||
yq eval '.version = env(VERSION) | .changelog = strenv(YAML_CHANGELOG) | .changelog style="literal"' -i release.yaml
|
yq eval '.version = env(VERSION) | .changelog = strenv(YAML_CHANGELOG) | .changelog style="literal"' -i release.yaml
|
||||||
|
|
Loading…
Reference in a new issue