Skip to content

Commit cbf6dcc

Browse files
committed
Fixed latest release action to point to correct branch
1 parent ca97866 commit cbf6dcc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/autoRelease.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: 'dev Build'
2+
name: 'Release'
33

44
on:
55
push:
66
branches:
7-
- 'dev'
7+
- 'master'
88

99
jobs:
1010
GitHub:
@@ -25,6 +25,7 @@ jobs:
2525
uses: 'marvinpinto/action-automatic-releases@latest'
2626
with:
2727
repo_token: '${{ secrets.GITHUB_TOKEN }}'
28+
automatic_release_tag: 'latest'
2829
draft: true
2930
title: 'Latest Release'
3031
files: |

0 commit comments

Comments
 (0)