Skip to content

Commit

Permalink
Merge pull request #44 from MannLabs/adapt-to-simplified-release-work…
Browse files Browse the repository at this point in the history
…flow

adapt to simplified release workflow
  • Loading branch information
mschwoer authored Sep 5, 2024
2 parents 835ad1e + f27ac06 commit 6fb4d2f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Create a draft release and build and upload all installers to it.
name: Create Draft Release
name: Create Release

on:
workflow_dispatch:
inputs:
commit_to_release:
description: 'Enter commit hash to release (example: ef4037cb571f99cb4919b520fde7174972aae473)'
commitish_to_release:
type: string
required: true
tag_to_release:
description: 'Enter tag to release (example: v1.5.5)'
type: string
required: true
description: 'Enter commit hash or branch to release (default: main).'
default: "main"

jobs:
create-release:
Expand All @@ -21,7 +17,6 @@ jobs:
contents: write
with:
package_name: directlfq
build_nodejs_ui: false
commit_to_release: ${{ inputs.commit_to_release }}
tag_to_release: ${{ inputs.tag_to_release }}
python_version: "3.8"
commitish_to_release: ${{ inputs.commitish_to_release }}
python_version: 3.8
test_app: false

0 comments on commit 6fb4d2f

Please sign in to comment.