Skip to content

Commit b60a256

Browse files
committed
Finalised release management pipeline
1 parent 30bda1b commit b60a256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ jobs:
152152
- name: Test connectivity
153153
run: |
154154
if ! ${{ secrets.SPLUNKBASE_ID != '' }} ; then exit 1; fi
155-
156-
# curl --fail -s -u ${{ secrets.SPLUNK_USER }}:${{ secrets.SPLUNK_PASS }} --request GET "https://splunkbase.splunk.com/api/v1/app/${{ secrets.SPLUNKBASE_ID }}/"
155+
curl --fail -s -u ${{ secrets.SPLUNK_USER }}:${{ secrets.SPLUNK_PASS }} --request GET "https://splunkbase.splunk.com/api/v1/app/${{ secrets.SPLUNKBASE_ID }}/"
157156
158157
# Ref: https://dev.splunk.com/enterprise/docs/releaseapps/splunkbase/submitcontentui/#Submit-content-to-Splunkbase-with-the-Release-API
158+
# TODO This has to be tested on apps already public in Splunkbase
159159
- name: "Upload package to Splunkbase"
160160
if: ${{ success() }}
161161
run: |

0 commit comments

Comments
 (0)