diff --git a/.github/workflows/opensuse.yml b/.github/workflows/opensuse.yml index faec74b..40f544e 100644 --- a/.github/workflows/opensuse.yml +++ b/.github/workflows/opensuse.yml @@ -73,6 +73,7 @@ jobs: - name: Get revision shell: bash run: | + sudo apt install subversion echo "revision=$(svn info --show-item last-changed-revision svn://svn.code.sf.net/p/vice-emu/code/trunk/vice@${{ github.event.inputs.revision }})" >> $GITHUB_ENV - name: Create Release id: create_release @@ -94,6 +95,7 @@ jobs: - name: Get revision shell: bash run: | + sudo apt install subversion echo -e '### Changelog:\n\n```text' >revbody.txt svn log -l 5 svn://svn.code.sf.net/p/vice-emu/code/trunk/vice@${{ env.revision }} | sed -e '2,$!d' >>revbody.txt echo -e '```' >>revbody.txt