Try to release source package on github automatically
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user