Skip to content

Commit

Permalink
πŸ’š Auto-generate prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 authored Aug 9, 2023
1 parent 2066f06 commit 56c7531
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ jobs:
with:
name: Loop.zip
path: Loop.zip

- name: Publish Prerelease
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "prerelease"
prerelease: true
title: "Prerelease"
files: Loop.zip

0 comments on commit 56c7531

Please sign in to comment.