Skip to content

Commit 47c149d

Browse files
committed
Update appinspect_api.yml
1 parent fe32caa commit 47c149d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/appinspect_api.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,9 @@ jobs:
4545
splunkUser: ${{ secrets.SPLUNKBASE_USER }}
4646
splunkPassword: ${{ secrets.SPLUNKBASE_PASSWORD }}
4747
includedTags: cloud
48-
release:
49-
name: Release
50-
runs-on: ubuntu-latest
51-
steps:
52-
- name: Release
53-
uses: fnkr/github-action-ghr@v1
54-
if: startsWith(github.ref, 'refs/tags/')
55-
env:
56-
GHR_PATH: ./dist/github_app_for_splunk.spl
57-
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
48+
- name: Release
49+
uses: fnkr/github-action-ghr@v1
50+
if: startsWith(github.ref, 'refs/tags/')
51+
env:
52+
GHR_PATH: ./dist/github_app_for_splunk.spl
53+
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}

0 commit comments

Comments
 (0)