We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ed428 commit 2ff0098Copy full SHA for 2ff0098
.github/workflows/deploy.yml
@@ -18,11 +18,6 @@ jobs:
18
server-username: ${{secrets.OSSRH_USERNAME}}
19
server-password: ${{secrets.OSSRH_TOKEN}}
20
21
- - name: Download blosc jar
22
- run: |
23
- mkdir -p ../blosc-java/target
24
- curl https://static.webknossos.org/misc/blosc-java-0.1-1.21.4-SNAPSHOT.jar -o ../blosc-java/target/blosc-java-0.1-1.21.4-SNAPSHOT.jar
25
-
26
- id: install-secret-key
27
name: Install gpg secret key
28
run: |
0 commit comments