From 1eb0cbb44f4576be9b4c5cad93e47bde83d10b65 Mon Sep 17 00:00:00 2001 From: dP Date: Sat, 16 Oct 2021 21:55:54 +0300 Subject: [PATCH] Try to release source package on github automatically --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8153e74c42..dbc32977c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,6 +187,12 @@ jobs: path: source.tar.gz retention-days: 1 + - name: Release on GitHub + uses: softprops/action-gh-release@v0.1.13 + if: startsWith(github.ref, 'refs/tags/') + with: + files: build/bundles/citymania-client-${{ steps.metadata.outputs.version }}-source.zip + docs: name: Docs needs: source