Skip to content

Commit

Permalink
set prerelease status and tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti committed Dec 24, 2024
1 parent 6fb097f commit ca7a88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_version_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,5 @@ jobs:
draft: true
name: v${{ env.VERSION_NAME }}
generate_release_notes: true
prerelease: ${{ github.event.inputs.release_type == 'preview' }}
tag_name: v${{ env.VERSION_NAME }}

0 comments on commit ca7a88a

Please sign in to comment.