Skip to content

Commit 01d56f7

Browse files
committed
add api key for release process
Signed-off-by: Jorge Aguilera <[email protected]>
1 parent 43403f2 commit 01d56f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ jobs:
6868
./build/distributions/*
6969
7070
- name: publish release
71+
env:
72+
NPR_API_KEY: ${{ secrets.NPR_API_KEY }}
7173
run: ./gradlew releasePlugin -x test -P version=${GITHUB_REF#refs/tags/}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=0.4.0-rc1
1+
version= 0.4.0-edge1
22
github_organization=nextflow-io

0 commit comments

Comments
 (0)