Skip to content

Commit

Permalink
Merge pull request #394 from oddstr13/release-0.6.2
Browse files Browse the repository at this point in the history
Fix pipelines, bump version for 0.6.2
  • Loading branch information
mcarlton00 authored Sep 13, 2020
2 parents 943272f + 9daa9ee commit b66a838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ steps:
sshEndpoint: repository
runOptions: 'commands'
commands: 'python3 /usr/local/bin/kodirepo add /srv/repository/incoming/kodi/plugin.video.jellyfin-${{ py_version }}.zip --datadir /srv/repository/releases/client/kodi/${{ py_version }}'
failOnStdErr: false

- task: SSH@0
displayName: 'Clean up zip files'
Expand Down
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.6.1'
version: '0.6.2'
changelog: |
- #373 Use correct filename for kodirepo command
- #382 Handle empty XMLs in profile video
Expand Down

0 comments on commit b66a838

Please sign in to comment.