Skip to content

Commit

Permalink
feat: Fix release.yaml (#499)
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
dvvanessastoiber authored Sep 5, 2024
1 parent 84a3184 commit ba7533a
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 @@ -6,9 +6,11 @@ on:
release_version:
type: string
description: 'The next version to release'
required: false
required: true

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

0 comments on commit ba7533a

Please sign in to comment.