Skip to content

Commit

Permalink
Fixed latest release action to point to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Nov 6, 2021
1 parent ca97866 commit cbf6dcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autoRelease.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: 'dev Build'
name: 'Release'

on:
push:
branches:
- 'dev'
- 'master'

jobs:
GitHub:
Expand All @@ -25,6 +25,7 @@ jobs:
uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: 'latest'
draft: true
title: 'Latest Release'
files: |
Expand Down

0 comments on commit cbf6dcc

Please sign in to comment.