Skip to content

Commit

Permalink
fix: Add automatic_release_tag on latest dev build GH Actions (#4)
Browse files Browse the repository at this point in the history
* fix(workflow): add `automatic_release_tag`
* fix(workflow): revert GH Action latest build naming
  • Loading branch information
nerdywoffy authored Aug 10, 2022
1 parent 0b3edbc commit 5e4f13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
prerelease: true
automatic_release_tag: "dev"
auto_generate_release_notes: true
title: "Latest Development Build"
files: |
Expand Down

0 comments on commit 5e4f13a

Please sign in to comment.