Skip to content

Commit

Permalink
Remove v from maven
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Dec 6, 2024
1 parent 2cf33af commit e3efb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
c_blosc_version:
description: Semantic version of c-blosc to package.
type: string
default: "v1.21.6"
default: "1.21.6"
required: true

jobs:
jars:
name: Build jars
uses: ./.github/workflows/jars.yml
with:
c_blosc_version: ${{ inputs.c_blosc_version }}
c_blosc_version: v${{ inputs.c_blosc_version }}

release:
needs: jars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
c_blosc_version:
description: Semantic version of c-blosc to package.
type: string
default: "v1.21.6"
default: "1.21.6"
required: true


Expand All @@ -15,7 +15,7 @@ jobs:
name: Build jars
uses: ./.github/workflows/jars.yml
with:
c_blosc_version: ${{ inputs.c_blosc_version }}
c_blosc_version: v${{ inputs.c_blosc_version }}


publish:
Expand Down

0 comments on commit e3efb1a

Please sign in to comment.