Skip to content

Commit fe32caa

Browse files
committed
Update appinspect_api.yml
Testing push file to release
1 parent 3bd5238 commit fe32caa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/appinspect_api.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@ 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 }}

0 commit comments

Comments
 (0)