Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EladCirt-Develeap authored Mar 27, 2024
1 parent 8739511 commit 680e1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string
description: >
'The version to bump to.
Must be a valid semver version. Example: v1.0.0'
Must be a valid semver version. Example: 1.0.0'
required: true

permissions: {}
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
git push --force origin latest
- name: Workflow notices
run: echo "::notice title=Release::${{ steps.create-release.outputs.html_url }}"
run: echo "::notice title=Release::${{ steps.create-release.outputs.html_url }}"

0 comments on commit 680e1fb

Please sign in to comment.