Skip to content

Commit

Permalink
enforce 'c-' prefix when creating the release
Browse files Browse the repository at this point in the history
  • Loading branch information
omdxp committed Apr 14, 2024
1 parent 22868f0 commit 045c261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Release tag (.eg c-v1.0.0)'
description: 'Release tag (.eg v1.0.0)'
required: true
type: string

Expand Down Expand Up @@ -55,5 +55,5 @@ jobs:
with:
name: 'Kuliya latest'
artifacts: 'c-release.tar.gz'
tag: ${{ inputs.tag }}
tag: 'c-${{ inputs.tag }}'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 045c261

Please sign in to comment.