Skip to content

Commit

Permalink
Test setting prerelease directly to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Aug 2, 2024
1 parent 3ac467c commit 2532a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
push:
brances:
- dev
tags:
- "v*"

Expand All @@ -26,6 +28,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
prerelease: contains(github.ref_name, 'beta')
prerelease: true
files: |
dist/*/**.zip

0 comments on commit 2532a83

Please sign in to comment.