diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6ee6fe2..99cc230 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: version: - description: The version to bump to in "Vx.x.x" format + description: The version to bump to in x.x.x format jobs: Test-Build: runs-on: ubuntu-latest @@ -100,4 +100,3 @@ jobs: branch: ${{ steps.extract_branch.outputs.branch }} commit_message: Updated Extension Manifest file_pattern: 'static/manifest.json' -