Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egordm authored Jan 29, 2021
1 parent 904d08f commit 8be7d11
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release

on:
push:
branches: [ develop ]
branches:
- develop

jobs:
build:
Expand All @@ -19,3 +20,11 @@ jobs:
run: pip install -r dev/scripts/requirements.txt
- name: Run release script
run: make release
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
release/release.zip

0 comments on commit 8be7d11

Please sign in to comment.