Commit 9b5ba26 1 parent 1bc9cfa commit 9b5ba26 Copy full SHA for 9b5ba26
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ echo "$GH_PACKAGE"
14
14
make TCVERSION=${GH_ARCH##* -} ARCH=${GH_ARCH%% -* } -C spk/${GH_PACKAGE}
15
15
16
16
# publish to synocommunity.com when the API key is set
17
- if [-n $ API_KEY ]; then
17
+ if [ -n " ${ API_KEY} " ]; then
18
18
make TCVERSION=${GH_ARCH##* -} ARCH=${GH_ARCH%% -* } publish -C spk/${GH_PACKAGE}
19
19
fi
Original file line number Diff line number Diff line change @@ -109,9 +109,7 @@ jobs:
109
109
release :
110
110
needs : build
111
111
name : Release
112
- # # Build a github release on a git tag with the format 'packagename-version'
113
- # # But don't make a github release when the PUBLISH_API_KEY is set.
114
- if : startsWith(github.ref, 'refs/tags/') && secrets.PUBLISH_API_KEY == ''
112
+ if : startsWith(github.ref, 'refs/tags/')
115
113
runs-on : ubuntu-latest
116
114
steps :
117
115
- name : Download build artifacts
You can’t perform that action at this time.
0 commit comments