Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Aug 9, 2024
1 parent c475129 commit 158a6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
create_release:
description: "Build IPA and create draft release"
default: false
default: true
type: boolean
ipa_url:
description: "Direct URL to Decrypted IPA file"
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
with:
draft: true
files: packages/*
tag_name: v${{ steps.ipa_info.outputs.version }}-${{ steps.package_info.outputs.version }}
tag_name: v${{ steps.ipa_info.outputs.version }}-${{ steps.package_info.outputs.version }}

0 comments on commit 158a6ec

Please sign in to comment.