Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Sep 26, 2024
1 parent 0333a62 commit c3afec7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Pre-Release

on:
workflow_dispatch:
Expand All @@ -8,11 +8,6 @@ on:
required: true
type: string
default: '0.0'
prerelease:
description: 'Pre Release'
required: true
type: boolean
default: true

jobs:
create_release:
Expand All @@ -32,7 +27,7 @@ jobs:
tag_name: ${{ github.event.inputs.major_version }}.${{ github.run_number }}
release_name: v${{ github.event.inputs.major_version }}.${{ github.run_number }}
draft: false
prerelease: ${{ github.event.inputs.prerelease }}
prerelease: true
- name: Set output
id: set_output
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c3afec7

Please sign in to comment.