Try to release source package on github automatically

This commit is contained in:
dP
2021-10-16 21:55:54 +03:00
parent e7c6f27931
commit 1eb0cbb44f

View File

@@ -187,6 +187,12 @@ jobs:
path: source.tar.gz path: source.tar.gz
retention-days: 1 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: docs:
name: Docs name: Docs
needs: source needs: source