Skip to content

Commit

Permalink
Remove pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch committed Aug 23, 2024
1 parent 3231492 commit 124de1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Pre-release
name: Build and Release

on:
workflow_dispatch:
Expand All @@ -18,12 +18,11 @@ jobs:
run: bun install
- name: Build project
run: bun run build
- name: Create Pre-release
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
title: "Development Build"
title: "Development Build ${{ github.sha }}"
automatic_release_tag: latest
files: |
dist/*

0 comments on commit 124de1a

Please sign in to comment.