Skip to content

Commit

Permalink
Prepare changes by: update_release_yml.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Oct 21, 2024
1 parent 274d89a commit 5863e8e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: release
name: Create a new release PR

on:
workflow_dispatch:
inputs:
release_version:
type: string
description: 'The next version to release'
required: true

on: workflow_dispatch

jobs:
release:
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
secrets: inherit
secrets: inherit
with:
release_version: ${{ inputs.release_version }}

0 comments on commit 5863e8e

Please sign in to comment.