Skip to content

Commit

Permalink
tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinagud committed Oct 29, 2024
1 parent 4e36028 commit bcbd85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: tag
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: 'server/v'
tag_prefix: ${{ inputs.component && format('server/v',inputs.component) || 'server/v' }}
fetch_all_tags: true
dry_run: ${{ env.RELEASE != 'true' }}

Expand Down

0 comments on commit bcbd85f

Please sign in to comment.