Skip to content

Commit

Permalink
we are not even 50% close to v1 release, so change release type to "a…
Browse files Browse the repository at this point in the history
…lpha"
  • Loading branch information
randompersononinternet69 authored Jun 24, 2024
1 parent 8bb84c2 commit 3385c2b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v1
- name: initialize
run: |
sudo -E apt-get -y install gettext grub2-common genisoimage p7zip-full mtools xorriso
- name: update grub2
run: ./update_grub2.sh

- name: build
run: |
Expand All @@ -26,9 +20,9 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-beta"
automatic_release_tag: "v1.0.0-alpha"
prerelease: true
title: "Beta build"
title: "Alpha build"
files: |
g2fm-en_US.7z
Expand Down

0 comments on commit 3385c2b

Please sign in to comment.