Skip to content

Commit

Permalink
Merge pull request #25 from LeoVie/different-release-approach
Browse files Browse the repository at this point in the history
Fix release building action
  • Loading branch information
LeoVie authored Sep 14, 2022
2 parents 0011dcd + 37b8897 commit 26c8e8a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "pre-release"
name: "Finish release"

on:
push:
Expand Down Expand Up @@ -29,9 +29,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
LICENSE
build/*
Expand Down

0 comments on commit 26c8e8a

Please sign in to comment.