Skip to content

Commit 9469f9b

Browse files
Specify snapshot version in action (#3)
1 parent 554d8c6 commit 9469f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Publish snapshot
4545
uses: gradle/gradle-build-action@v2
4646
with:
47-
arguments: publish -P blosc_version=${{ inputs.c_blosc_version }}
47+
arguments: publish -P blosc_version=${{ inputs.c_blosc_version }}-SNAPSHOT
4848
env:
4949
MAVEN_USER: ${{ secrets.MAVEN_USER }}
5050
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

0 commit comments

Comments
 (0)